Viewing 15 posts - 1 through 15 (of 58 total)
Sounds good, thanks much for your help Jacob.
--
Scott
July 17, 2017 at 3:15 pm
OK, I used your query and mystery solved ( mine walked only user DBs ). As I suspected...
database_name table_name forwarded_fetch_count
tempdb #ACB65264 19660418
tempdb #B3933082 6790229
tempdb #A08DAD08 3121187
tempdb #B0FAEBA2 2248807
tempdb #ADAA769D 1982640
tempdb #A8C43DCB 814180
etc.
Only one...
July 17, 2017 at 12:07 pm
Thank you, I looked at that one but didn't see that column. The largest value is 2852 for all tables but the counter is way over that even in just...
July 17, 2017 at 12:03 pm
Seems strange, it is probably something the DBA and/or Network engineer should be investigating instead of coding around it because it will only get worse when you scale out.
I don't...
June 20, 2016 at 11:11 am
Thanks. I never did figure it out. I was observing this in our SQL Spotlight monitoring tool, I clicked into once and it changed to tempdb.<file> something or other. It...
June 20, 2016 at 11:01 am
Not that I recall. Management kicked back on the idea of enabling resource gov so I stopped pursuing it. I'm sure it will come up again though.
November 13, 2014 at 8:55 pm
Nevermind, I found it. The lock timeout was being reset by a nested function that doing the actual execute sql. Argh.
Thanks again.
--
Scott
June 26, 2014 at 3:04 pm
I was iterating the indexes of the database and executing the alter index with dynamic sql. It appears the set statement does not take affect unless you actually execute as...
June 26, 2014 at 12:23 pm
Ugh. Thanks, will keep this in mind.
May 28, 2014 at 1:19 pm
That function worked like a charm for me thank you.
May 22, 2014 at 2:16 pm
Thanks. I know that the GO can be removed in the example. The actual code I have will need the GO statement because it is SQL creating objects and such,...
May 21, 2014 at 2:47 pm
I should know better by now than to post a question on a friday afternoon...:-)
May 2, 2014 at 2:13 pm
The database is the publisher of logshipping. CDC is not enabled. log_reuse_wait_desc is LOG_BACKUP.
Thanks
Scott
March 14, 2014 at 12:12 pm
The database is the publisher of logshipping. CDC is not enabled. log_reuse_wait_desc is LOG_BACKUP.
Thanks
Scott
March 14, 2014 at 11:21 am
Viewing 15 posts - 1 through 15 (of 58 total)