Viewing 15 posts - 1,741 through 1,755 (of 2,897 total)
I meant to quote that running sp_delete_backuphistory was a mistake ..... So I was mistaken about mistakes ..... ooops....:blush:
October 30, 2009 at 8:39 am
I don't know of any. We used to have a big problem so I cobbled together a process that runs every minute to look for blocking & then sends me...
October 30, 2009 at 8:18 am
Bru Medishetty (10/30/2009)
That's useful information. Why do you want to delete it ? Most of the time the question is about getting more history info, not less.
I agree that is...
October 30, 2009 at 8:16 am
Ian Scarlett (10/30/2009)
Have a look at the advice you've been given on some of the other...
October 30, 2009 at 8:15 am
SQL Server Agent -> Properties -> History
October 30, 2009 at 8:09 am
Erich Brinker (10/30/2009)
October 30, 2009 at 8:07 am
That's useful information. Why do you want to delete it ? Most of the time the question is about getting more history info, not less.
October 30, 2009 at 7:52 am
ebenraja (10/30/2009)
Thanks a lot for all your response. I have actually missed to inform that my set up is an SQL2000 Enterprise edition so i am left out with using...
October 30, 2009 at 7:50 am
What type of queries ? Update ? "select" only ? Hitting production ? Is there blocking ? Can you tune the queries ? Set up a...
October 29, 2009 at 11:19 am
If you switch to simple recovery, when you switch back to FULL recovery, you must take a new full backup to restablish your log chain to allow point-in-time recovery going...
October 29, 2009 at 11:00 am
Paritosh-412771 (10/29/2009)
Well thnkx for this script.
But my problem is that how can I found out the backup is happening on the SQL Server is happening through third party tool...
October 29, 2009 at 10:27 am
David Benoit (10/28/2009)
1. Yes, you can select a specific list of columns when you create the publication.
2. I'm not sure but why wouldn't you make the tables identical on...
October 28, 2009 at 9:22 am
You may also have people who know the SA password.
Here's a script I got from somewhere that gives you a lot more info as well. Look at the sysadmin column...
October 28, 2009 at 9:04 am
select DownloadCount
from File
Where FileCode = @FileCodesql
October 28, 2009 at 8:53 am
I'm not sure if you mean actively running processes, or backup history. I use this to get a variety of backup history information. it might help you to modify it...
October 28, 2009 at 8:46 am
Viewing 15 posts - 1,741 through 1,755 (of 2,897 total)