Viewing 15 posts - 1,741 through 1,755 (of 2,900 total)
There's probably a better way, but this should work:
select count(*)
frommaster.sys.databasesas DB
inner joinmaster.sys.master_filesas MF on MF.database_id = DB.database_id
where DB.name = 'Express_DB'
and MF.name = 'Express_Data'
and (MF. /131072.) >3.5
if @@rowcount > 0
EXEC...
November 2, 2009 at 9:11 am
This is an 18 month old thread. Not sure that necro-posting has much value in most cases.
Wasted my time reading it until I noticed.
November 1, 2009 at 6:10 pm
george sibbald-364359 (10/30/2009)
campag or shimano mr brew?
Mish-Mash of Campy 10. That's my homemade Franken-bike
October 30, 2009 at 10:38 am
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
Viewing 15 posts - 1,741 through 1,755 (of 2,900 total)