Viewing 15 posts - 40,456 through 40,470 (of 49,571 total)
From the error it sounds like the resource governor's enabled. What's the configuration for the internal resource pool?
March 10, 2009 at 1:09 pm
Tony (3/10/2009)
March 10, 2009 at 1:09 pm
Try starting the service from the service control app and then checking the error log file. Post the whole thign here if you're not sure how to interpret it.
March 10, 2009 at 1:03 pm
and you can also check the login_time of session_id 1 in sys.dm_exec_sessions. Since the system sessions connect at startup and never disconnect, that will be the system start time.
March 10, 2009 at 9:37 am
swmsan (3/10/2009)
How can I do the same with windows..?
Exactly the same way you do with a SQL login.
March 10, 2009 at 9:19 am
Dave Mason (3/10/2009)
I'm at a loss. How/why would the indexes become fragmented?
Updates that increase the size of the row
Database shrinks
March 10, 2009 at 9:15 am
loki_l77 (3/10/2009)
I also see that my sql server service is not running, do i need to have this service started before i login ?
Um, yes. The service is SQL...
March 10, 2009 at 9:05 am
If you have an audit trigger, check the Application_name() function. If you're using a trace to audit, check the application_name column
March 10, 2009 at 9:04 am
Sure. Any login, windows or SQL will only have access to the databases it's granted access to. If you don't grant access to a database the person using the login...
March 10, 2009 at 9:03 am
chrisau168 (3/10/2009)
March 10, 2009 at 5:28 am
chrisau168 (3/10/2009)
March 10, 2009 at 5:00 am
DMVs don't store everything and they are not a replacement for SQL Trace.
On a busy server use a server-side trace rather than the profiler GUI. The trace has minimal...
March 10, 2009 at 4:58 am
peace2007 (3/10/2009)
The sqlserver is slow generally; everything with its database is slow
Run profiler (or a server-side trace) for half an hour to an hour. Find the worst performing queries/procs...
March 10, 2009 at 2:24 am
thieuquanghuy (3/9/2009)
Msg 1084, Level 15, State 1, Procedure trg_LogonLog, Line 3
'LOGON' is an invalid event type.
I am very confused...
March 10, 2009 at 1:48 am
Viewing 15 posts - 40,456 through 40,470 (of 49,571 total)