Viewing 15 posts - 241 through 255 (of 1,364 total)
Just check sql error logs and make sure that neither agent service nor sql service restarted at job's scheduled time...
MJ
December 22, 2009 at 7:05 am
Yes, you need to restore system db's too as those will bring logins, linked servers, jobs, operators etc. on your DR server.
MJ
December 21, 2009 at 4:43 pm
Try by using sqlcmd [-o output_file] parameter.
http://msdn.microsoft.com/en-us/library/ms162773(SQL.90).aspx
MJ
December 14, 2009 at 7:01 pm
I think you might need to create anew table followed by exporting all the current table data to this new table and finally renaming the new table. As you are...
November 24, 2009 at 6:18 pm
For 2000 use dbcc dbreindex and for 2005 use rebuild option under alter table command(http://www.mssqltips.com/tip.asp?tip=1367).
MJ
November 24, 2009 at 5:41 pm
8.00.2055 SQL 2000 Service Pack 4 + Security Update KB960082
http://www.bigdatabaselist.com/wiki/SQL_Server_Version_Builds
HTH!
Manu
November 13, 2009 at 9:18 pm
November 13, 2009 at 8:50 pm
Make use of definition column under sys.sql_modules.
http://msdn.microsoft.com/en-us/library/ms175081.aspx
Manu
November 13, 2009 at 7:27 am
Haven't you specified the time under 'Delete Copied Files After' under "Copy Files" tab on "Secondary Database Settings". window?
http://sqlserveruniverse.com/content/ADMN0100111132007LogShipping.aspx
MJ
November 12, 2009 at 2:09 pm
November 12, 2009 at 2:00 pm
November 12, 2009 at 1:01 pm
Haven't you specified the time under 'Delete Files Older Than' under "Transaction Log Backup Settings" window?
http://sqlserveruniverse.com/content/ADMN0100111132007LogShipping.aspx
MJ
November 11, 2009 at 3:03 pm
Won't this(http://support.microsoft.com/kb/246133) link work for you?
MJ
November 11, 2009 at 2:22 pm
Do you mean xp_sendmail?
MJ
November 11, 2009 at 1:22 pm
Tail-log backup
A tail-log backup is a transaction log backup that includes the portion of the log that has not previously been backed up (known as the active portion of the...
November 10, 2009 at 7:16 pm
Viewing 15 posts - 241 through 255 (of 1,364 total)