Viewing 15 posts - 4,546 through 4,560 (of 4,745 total)
no probs!:satisfied:
February 26, 2008 at 9:34 am
running sp_helpdb won't impact your prod run. if you only run every 3 hours you have a 3 hour winwindow to search for the change to recovery mode, I would...
February 26, 2008 at 3:34 am
Mh,
if you are sure you have identified the stored proc altering database the only event you have to capture is stored procedures\sp:completed. This will tell you when the stored proc...
February 22, 2008 at 4:02 am
well if you've got sp_completed and sqlstatement completed (or whatever called - pushed for time here), it should be in there.
run your tlog backups through the night or schedule frequent...
February 21, 2008 at 10:31 am
what events are you tracing? Can you see the stored proc being executed and tie that in with the time log backups starting failing?
February 21, 2008 at 9:19 am
no probs. BORK stands for Back Office Resource Kit. Which is basically a load of material, CDs you get if member of MSDN, or premier support, can't remember.
These scripts actually...
February 19, 2008 at 10:13 am
if you still want these, scripts attached
February 19, 2008 at 7:59 am
Drat, you got me. I over thought myself, I knew it was an estimated plan, but then I was thinking surely most times the estimated plan is the actual plan...
February 18, 2008 at 8:03 am
I use the tran log shipping in 2000 Se created from BORK. gives you everything you need and works fine, in fact I prefer it to the wizard version in...
February 15, 2008 at 4:25 pm
not at the office at the moment to check details but I have used sqlio to stress test the io system and it works well. The readme file you get...
February 15, 2008 at 4:15 pm
Brian, I understand what you are saying, but along with the risk is the LIKLIEHOOD of the risk occurring and leading to the effect described. It seems to me this...
February 15, 2008 at 7:41 am
some apps include processes to run their own db maintenance. maybe there is a stored proc in the database which the app runs to do this.
quick and dirty check run...
February 15, 2008 at 4:57 am
you mention you want to do this in a restored database. If this is because the users have become orphaned use 'sp_change_users_login' to re-synch them rather than drop\recreate.
If thats not...
February 15, 2008 at 4:38 am
could you in fact be recording two seperate blocking chains occurring at the same time?
February 15, 2008 at 4:33 am
that article says 'not all databases should be owned by sa' which to me does not have the same meaning as 'do not have sa as owner of all databases'.
the...
February 15, 2008 at 4:10 am
Viewing 15 posts - 4,546 through 4,560 (of 4,745 total)