Viewing 15 posts - 5,641 through 5,655 (of 19,564 total)
You can set an alert to text or email you.
You can also create a job that checks for any failed jobs and then emails job results to you.
September 11, 2012 at 9:24 pm
FROM sys.dm_exec_query_stats AS qs
CROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) AS qt
Within sys.dm_exec_sql_text there is a dbid field. Use the db_name() function to get the name of the database.
September 11, 2012 at 8:00 pm
Does the sql server agent service account have permissions to the folder where the excel file resides?
September 11, 2012 at 7:22 pm
Congrats Meredith!!!!!!!!!!!!!!!!!!!!!!!!!!!!
September 11, 2012 at 5:50 pm
CPU is total_worker_time in that DMV
September 11, 2012 at 4:18 pm
The best thing you can do there is to do what you think makes logical sense --- after discussing it with interested parties. It needs to make sense to...
September 11, 2012 at 4:01 pm
The instance will function just fine.
I like to move my default path off of C in the first place. I also like to have a different path for each...
September 11, 2012 at 3:58 pm
SQL Kiwi (9/11/2012)
September 11, 2012 at 3:56 pm
Lynn Pettis (9/7/2012)
September 7, 2012 at 5:59 pm
jasona.work (9/7/2012)
Even if it is something that a seasoned DBA (not...
September 7, 2012 at 10:47 am
Lynn Pettis (9/7/2012)
TravisDBA (9/7/2012)
majorbloodnock (9/7/2012)
TravisDBA (9/7/2012)
September 7, 2012 at 10:45 am
Viewing 15 posts - 5,641 through 5,655 (of 19,564 total)