Viewing 8 posts - 16 through 23 (of 23 total)
If you can provide the error state, then it would be much easier to troubleshoot. check the below link.
http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx
December 8, 2009 at 12:30 pm
Do you mean the space within the database or the space on the drive where the database resides?
October 13, 2009 at 2:29 pm
First, You should take the necessary precautions to see that the transaction log disk pace is never full.
You should either put the database in simple recovery mode or should have...
October 5, 2009 at 8:20 am
Check the following Link. It may be of use to you.
October 5, 2009 at 8:14 am
You may use the tablediff utility to compare tables .
September 24, 2009 at 11:54 am
The below link may help you.
September 18, 2009 at 8:52 am
Replace your code in sp_add_jobschedule with the following. I think it would work.
...
September 18, 2009 at 8:47 am
sp_change_users_login does not work for Windows Logins. As suggested in the earlier posts Drop and recreate the user or you can use the below command.
ALTER USER [username] WITH LOGIN...
September 18, 2009 at 8:34 am
Viewing 8 posts - 16 through 23 (of 23 total)