Viewing 15 posts - 586 through 600 (of 756 total)
Hi, I will like to see what the script does. Could you please let me now where to find it. Can you see in the output file if anything was...
October 21, 2009 at 3:37 pm
If you only need to copy the data once a day. You can use SSIS to create a package that restore the database once a day.
October 21, 2009 at 3:18 pm
I will check the user that is running the SQLAgent if I was you!
October 21, 2009 at 3:15 pm
A backup is the way to go!
October 21, 2009 at 3:13 pm
At work we have a script that generates all the restore T-SQL for all servers and Instances. We used for our DRT's, it is a great script (I didn't write...
October 21, 2009 at 3:01 pm
I don't know much about SAN snapshots, but I think you need a special license for that!
October 21, 2009 at 2:53 pm
As I told you earlier the logins will be created on hte master database and you should not get any errors by that. At least that is what I think....
October 21, 2009 at 2:46 pm
If you are restoring a full backup, it should not be a problem to use with replace on the test server.
October 21, 2009 at 2:42 pm
What about transaction log backups? Are you doing any? If your answer is yes, my next question will be "How often are you doing the transaction log backups?"
October 21, 2009 at 2:37 pm
If I'm not mistaken the logins will be created on the master database. I don't understand why you are having problems with creating logins.
October 21, 2009 at 2:27 pm
I don't think you should let them use the SA account. Give them another account with the rights they need. Consultants always want to have sysadmin rigthts and you will...
October 21, 2009 at 2:08 pm
creating sp_oledb_indexinfo
Warning:
you are installing the stored procedures
on a pre 8.0 SQL Server.
Ignore the following errors.
Msg 2714, Level 16, State 3, Server SERVERNAME, Procedure sp_oledb_indexinfo, Line 59
There is...
October 21, 2009 at 2:00 pm
I will advice you to Google a little before asking. It will help you a lot better! good luck.
September 23, 2009 at 3:14 pm
September 23, 2009 at 3:12 pm
Viewing 15 posts - 586 through 600 (of 756 total)