Viewing 6 posts - 1 through 6 (of 6 total)
Hi,
Thanks for all the help guys - I think I've FINALLY got it worked out! Had to use a ridiculous amount of '''s, but I thought that was my problem...
June 20, 2011 at 5:22 pm
Hi All,
Thanks - I'll post the 'while' loop so you can see what I'm attempting to do 😉
WHILE (SELECT count(*) FROM #database_trigger_check WHERE processed = 0) != 0
BEGIN
SET @database_name =...
June 19, 2011 at 9:05 pm
Hi All,
Ideally we want to be able to 'pick' what databases its installed on and automate it. There may be new user databases created that we dont want it enabled...
June 16, 2011 at 7:14 pm
Hi,
If you mean using 'sys.syscomments' in SQL2005 - I have attempted to perform an update to the text field, however the result is:
Msg 259, Level 16, State 1, Line 1
Ad...
April 21, 2010 at 12:00 am
Hi,
I didnt want to disable the thresholds - just "group" them - which is precisely what I did and it worked! I created a group, with dynamic members, query formula...
April 19, 2010 at 6:53 pm
Thanks for the info about the async option - I will look into that further.
I am actually doing the sp_updatestats after hours - however it seems a few hours later...
April 9, 2010 at 5:40 am
Viewing 6 posts - 1 through 6 (of 6 total)