Sounds to me like your SQL server agent service is starting up with an account that doesnt have the correct priveleges. Go to your services and look what user id it is using to logon.
Change to a domain admin account and see if this makes any difference.
Operating System - W2K
SQL Version 6.5
I am experiencing problems in getting replication to work between two servers. I can set the publishing and subscribing up fine but it is failing with the following error:-
ODBC SQL Server Error - Login Failed. Not associated with a trusted SQL server...
I am trying to replicate certain tables from one 6.5 SQL Server to another but it is failing with the following error:-
28000[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed- User: Reason: Not associated with a trusted SQL Server connection.
I have another two SQL Servers which...
I am trying to replicate certain tables from one 6.5 SQL Server to another but it is failing with the following error:-
28000[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed- User: Reason: Not associated with a trusted SQL Server connection.
I have another two SQL Servers which...
norEmac1,
The best way is to choose one particular server and install a but a realtime clock and install onto that and then run this command using the AT command:-
NET TIME \\'SERVERNAME' /SET /Y
Cheers....grimmy
I am trying to find a set of results within two dates and I am using the follwing query which is failing:-
select * from Employee where PTW BETWEEN '24/07/2002' AND '24/07/2001'
The error I am getting is:-
The conversion of CHAR to DATETIME resulted in a DATETIME value out of range.
The...
Hello,
I currently have a live system which uses SQL 6.5 with Transaction Server and I am trying to upgrade to SQL 2000.
I have built a separate SQL 2000 server and Transaction server and it does not seem to want to play and the application returns an error 5 Invalid Procedure or argument call...
SEANOS,
Your problem is that because you installed NT and there was only one processor it does not automatically upgrade to a multi processor operating system.
What you need to do is run the command UPTOMP.EXE which can be found in the Resource Kit.
The white paper for this is on the...
I currently have a Live SQL 6.5 server which I needed to upgrade to 2000.
To stop downtime a new server was bought and I created that as a direct copy of the live server and upgraded to 2000
All Databases and objects have be upgraded fine but now i need to copy all the up to date data from the...
I am trying to upgrade our SQL 6.5 server to 2000 by using the upgrade wizard and it is coming up with an error that tempdb needs to be 10MB in size.
So, I am trying to make tempdb 10MB but cannot find how to go about this.
It is currently 2MB and I have tried using the Alter Database command...
When your users logon if you have a Login script running then put the following command in each users script:-
net time \\SERVERNAME /set /Y
Server name will be a server that you know has the correct time as it may have a Time Synchroniser attached
CDOVE,
Ensure that Microsoft TCP/IP printing service is installed by looking in network services and then:-
1/ GOTO PRINTERS
2/ SELECT MY COMPUTER
3/ ADD PORT
4/ SELECT MICROSOFT TCP/IP PORT AND CLICK NEW PORT
5/ SETUP THE PORT AS REQUIRED.
CHEERS....GRIMMY
I am currently running SQL 6.5 and have a database setup with a 1GB data size. At this minute there is only 200MB free but there is not a lot of data in tables in this database that changes so I cannot believe that it is using 800MB.
What is the best way of seeing how much data size an...
My problem is that I am trying to pass a string to a an active x control that requires double quotes in the string.
Test1 = "Word1 "Word2""
Word 2 is the word that I want to appear in double quotes but it does not like this code.
I have tried using a variant and other shot...
We were experiencing problems with a SQL 6.5 server on Saturday Night of course with an event being written into the SQL error log as below:-
FLUSH_CACHE:TIMEOUT, DATA-IN-MOTION, bp 0x4e6e3c0, pg 0x2629c, stat 0x126c/0x264000, obj 0x2, bpss 0)
To correct the problem I rebooted the server and...
I have written a VB App that writes to a SQL 6.5 DB and I am having a small problem with on table.
Within this table I have a column that I have setup to auto increment by 1 each time a record is added and I show this column in my VB app as record number.
The problem is that whilst testing that...
We use lexmark printers at our site with marknet boxes through a print server. With Markvision loaded onto the print server itself we have never had it where we cannot find the box and then configure it.
If you have not configured the box then you are using its default settings obviously and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.