Viewing 15 posts - 16 through 30 (of 31 total)
Due to security reasons I cannot list the print statement here as it lists all the databases in the sql server. Plus how is that statement going to help you...
August 29, 2008 at 5:51 pm
Have the maintenance plan delete any files older then 24 hours - this way any time you do a backup you will automatically delete the last backup since you are...
August 29, 2008 at 1:49 am
Run the SQL 2005 upgrade advisor if you are planning to do an in place upgrade.
August 29, 2008 at 1:45 am
Now getting the following error:
Server: Msg 207, Level 16, State 3, Line 1
Invalid column name 'name'.
Server: Msg 207, Level 16, State 1, Line 1
Invalid column name 'uid'.
Server: Msg 207, Level...
August 28, 2008 at 10:54 pm
Ran it in SQL 2000, got the following error:
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'MAX'.
Server: Msg 137, Level 15, State 1, Line 6
Must...
August 28, 2008 at 10:15 pm
No you do not have to. You might also want to select the option of removing inactive entries from the tran logs after every backup.
August 28, 2008 at 10:05 pm
Why not just use the built in maintenance plan with SQL 2005 to do the backups....
August 28, 2008 at 7:26 pm
Make sure you donot have any open transactions that are currently running that can lock out any shrink options for the tran log file.
August 28, 2008 at 7:23 pm
And make sure you specific the interval you want the clean up task to execute on....daily, weekly and also provide the correct extension of the file that the clean task...
August 28, 2008 at 7:22 pm
The login that you are using to connect to the database server doesnot have sufficient rights.
August 28, 2008 at 7:19 pm
As a good disaster recovery option, you should always do a full backup of the system dbs at an interval that your organization is comfortable with, preferably on a daily...
August 28, 2008 at 7:17 pm
Is there anyway we can make this work in SQL 2000. I need to run this on a SQL 2000 box.
Please advise.
Thank you.
August 28, 2008 at 7:01 pm
Thank you. It works now.
August 26, 2008 at 12:08 am
I get the following error:
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near '.'.
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near '.'.
Msg 102, Level 15, State 1,...
August 25, 2008 at 2:35 pm
Viewing 15 posts - 16 through 30 (of 31 total)