Viewing 15 posts - 241 through 255 (of 1,363 total)
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
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:15 pm
I see both windows and sql logins under database owner option. Mine is SP4.
Might be the destination instance is not having any windows logins defined over there.
MJ
November 10, 2009 at 11:48 am
Viewing 15 posts - 241 through 255 (of 1,363 total)