Viewing 15 posts - 1 through 15 (of 21 total)
This is an old post, which I came across when looking to find which job was running. I ended up creating the following script:
http://www.rbvandenberg.com/t-sql/running-processes-including-job-step-name/
December 7, 2020 at 12:21 pm
I found the cause, so I thought I'd let you know. Between the small diffs and the larger diffs was a failed full backup (due to the backup share being...
October 19, 2016 at 2:34 am
I ran the code from Jacob. This is the result for last nights backup:
backup_start_datebackup_MBfile_type
2016-10-17 21:40:38.0001723566.125000D
2016-10-17 21:40:38.0001.609375L
That is what I would expect, since the log file is practically empty, and all...
October 18, 2016 at 12:42 am
Hello Kevin,
"No" to all three.
Greetings,
Robert
October 17, 2016 at 11:42 am
@jeff: yes, the TR and CDC were in place several weeks before we've been having this problem.
1) What is the exact script you used to identify...
October 17, 2016 at 11:08 am
You can also look at the preferred owner list list of the cluster resource group. You can modify the order of this list.
January 4, 2016 at 2:07 am
Though that list is a great starting point, I'd suggest you only add counters you actually understand. Imho, there is no use collecting data if you don't know what value...
December 7, 2015 at 12:45 am
For formatting, instead of buying a tool, you can also use the following web site: http://www.dpriver.com/pp/sqlformat.htm
November 30, 2015 at 2:43 am
I only learned about this function after I spent numerous frustrating hours casting, concatenating, adding quotes, troubleshooting & starting over. Oh well, you live and learn...
November 19, 2015 at 3:01 am
Is this what your looking for?
SELECTdbo.agent_datetime(run_date, run_time)
FROMsysjobhistory;
November 19, 2015 at 2:19 am
Did you check the waitresource? That should tell you exactly which table a process is waiting for.
October 20, 2015 at 1:43 am
It's only a problem if the end result is that the application is too slow for your users. But if these are average values, they are definitely not good. Especially...
October 20, 2015 at 1:35 am
Hello JB,
This is an interesting question! I can't give you an answer on this one. Personally, I'd be more concerned about preventing failure than improving the failover time, and I...
October 18, 2015 at 3:00 am
If configured correctly, replication will resume after a SQL Server restart, and a failover can be seen as a SQL Server restart. So, if you replicate from instance 1 to...
October 18, 2015 at 2:34 am
A CU is a cumulative update. This means that you only have to install the latest Cu to get all the updates contained in earlier CUs. But do you really...
October 14, 2015 at 12:52 am
Viewing 15 posts - 1 through 15 (of 21 total)