Viewing 15 posts - 18,001 through 18,015 (of 39,834 total)
Wayne/Phil,
Those are good examples, but how often do you write them? It seems that you "rarely" solve these issues, get the queries, and often do other things.
September 28, 2010 at 4:11 pm
LutzM (9/28/2010)
September 28, 2010 at 4:04 pm
Typically service restarts are permission related. As mentioned, check the SQL Server error log, or the Windows event log for some type of error message that can help you...
September 28, 2010 at 2:01 pm
Under the Management folder in SSMS, there is an error log folder. Look at the prior error log (errorlog.1) to determine when the shutdown was issued.
September 28, 2010 at 1:26 pm
I guess it's possible. My guess is something just flaked with this particular audit specification and maybe messing with it (enable/disable, drop, alter, etc.) might have "fixed" it.
It's possible...
September 28, 2010 at 9:50 am
If you drop and add this back, does it work?
This should be very simple, and I've yet to run into a place where it doesn't just record stuff in testing....
September 28, 2010 at 9:19 am
Mauve (9/27/2010)
September 28, 2010 at 9:02 am
I am not sure I've had many projects at all in my lifetime that were on budget/on time unless they were trivial (< 1 week). It seems anything over that...
September 28, 2010 at 9:00 am
Test post for code. This is Wayne's code
-- See how this starts off with a table and data in it?
-- If you had provided us the data in this format,...
September 28, 2010 at 8:56 am
Strange. In a test database, I get this from your script:
Msg 105, Level 15, State 1, Line 4
Unclosed quotation mark after the character string '***\*****)
WITH (STATE = ON)
GO
'.
Msg 102, Level...
September 28, 2010 at 8:54 am
SequelSurfer (9/28/2010)
Steve Jones - Editor (9/27/2010)
I'm dominating this week, but doesn't quite feel great since I'm beating a Brit 😉
Hey there's nothing wrong with beating a Brit, I've been following...
September 28, 2010 at 8:24 am
Does the service account have rights to c:\audit? Any errors in the log?
I'll try to dup this and see if I can see anything wrong with the scripts.
September 28, 2010 at 8:23 am
Did you enable the server audit? I believe this is disabled by default and you need to specifically enable your audit
September 28, 2010 at 7:27 am
September 27, 2010 at 4:55 pm
Viewing 15 posts - 18,001 through 18,015 (of 39,834 total)