Viewing 15 posts - 841 through 855 (of 1,536 total)
the accounts on both servers that are used for the copy.
April 1, 2005 at 12:40 pm
Check that the alias does not point to a different server.
April 1, 2005 at 11:54 am
Des the account that you are using have access to see all the procs? And have you confirmed that there are no alias entries in the client network utility that...
April 1, 2005 at 11:25 am
I would set up regular trans log backups on the publishing server. It will help retain the db recoverability, without the log getting uncontrollable in size.
April 1, 2005 at 6:58 am
What does the postsnapshot do?
I have a postsnap that creates some indexes on a large table and takes some time to complete. After 20 minutes I get the no response...
April 1, 2005 at 6:26 am
Personally I pull the filename into a global variable and assign the variable as a part of the data pump using activex
Function Main()
DTSDestination("FileName") = DTSGlobalVariables("gv_TableName").Value
Main = DTSTransformStat_OK
End Function
March 31, 2005 at 11:44 am
Subban, you are running a select * from the table with no where clause. As such the index does not even come into play. Were you using a where, or...
March 30, 2005 at 1:40 pm
I would
March 30, 2005 at 1:34 pm
"This problem occurs if you are running SQL Server 2000 with an affinity mask that is set to use a multiple of seven processors. "
from MS http://support.microsoft.com/?kbid=890755
March 28, 2005 at 12:45 pm
By the looks of things you have 3 indexes on the A & B columns (a primary key, clustered unique key and non-clustered), plus an index on B.
I would drop...
March 28, 2005 at 12:40 pm
Have you tried rebooting all the servers involved (if you are able) ?
March 28, 2005 at 11:38 am
But is it actually listening on 1433? Check the server configuration utlity.
March 28, 2005 at 10:47 am
How about checking the port that SQL is listening on?
March 28, 2005 at 9:59 am
I would check that there is no issue with you DNS servers. If you are able to connect with the IP and not the server name it would indicate that...
March 28, 2005 at 9:34 am
Viewing 15 posts - 841 through 855 (of 1,536 total)