Viewing 15 posts - 61 through 75 (of 691 total)
Yo, Jim!
Just write you a script to step through sysindexes, pulling the ones that have clustered indexes. Have the script create your drop statements and your create statements.
Then write...
April 8, 2005 at 3:51 pm
If you move the databases to the new server, rather than the complete "image", you will need to move the SQL loginids complete with their passwords and sids, or you...
April 8, 2005 at 3:36 pm
Its easy if you script it! We take log backups every 15 minutes. 95 log backups in a single day (skip the time that the full starts). So, manual restores...
April 8, 2005 at 12:23 pm
That's what we're doing now. I have a table in my "DBA" database on each server that has a row for each database. Controls whether backups are taken of the particular...
April 7, 2005 at 3:30 pm
For what its worth, I experienced the exact same behavior a few months ago. And, yes, my hair is still growing back out! The problem ended up being caused by...
April 7, 2005 at 2:29 pm
The problem with that solution is that it is a very simple algorithm based on the data itself, and would not pass HIPAA requirements.
A couple of things come to mind...
1....
April 7, 2005 at 1:18 pm
I don't know of any stored procedure, but the error logs are clear text. First, you can view them from within Enterprise Manager by expanding the server, then expand management,...
April 7, 2005 at 12:54 pm
#1 - Not really necessary. Just make sure there are no users when you start. The restore itself will keep the users out. (suggest non-operational instead of read only. read only...
April 7, 2005 at 11:52 am
Let me see if I understand what you are saying...
If you delete the EOM backup, your transaction log chain is broken, prohibiting point in time recovery?
If that's what you meant,...
April 7, 2005 at 11:17 am
I ran into a problem with a different 3rd party SQL backup agent. We had been using it to backup a "large" (at that time) database. In a disaster recovery...
April 7, 2005 at 11:00 am
Looks good to me. The only part I'm not completely understanding is...
"I just have to run a delete
xp_cmdshell 'delete L:\MSSQL\BACKUPS\PRODEOM.BAK' a couple days after so that if I have a...
April 7, 2005 at 10:42 am
with a parameter to allow sorting in whatever order you want?????
Steve
April 6, 2005 at 4:02 pm
Unless you have a transaction log tool installed, such as Lumigent's Log Explorer, and the database is in full recovery model, no. Hard lesson learned. Take backups!
Steve
April 6, 2005 at 3:50 pm
Yes!
I have had numerous situations where a developer/user/... wanted to see data as it existed before some change took place, or how the data existed at some certain point in...
April 6, 2005 at 3:43 pm
KlK,
Now that my brain is back where it belongs, I was looking at your script. Its a very interesting approach, and much, much simpler than mine. I actually parse...
April 6, 2005 at 3:01 pm
Viewing 15 posts - 61 through 75 (of 691 total)