Viewing 15 posts - 76 through 90 (of 454 total)
You're assuming right. This is precisely the warning that I received in 2014. But can I ask you more questions related to this. What is trace # for 2008R2 and...
August 23, 2016 at 2:35 pm
For work that's done in June, they pay usually in the middle of August. They explain it as a lot of paperwork is involved and delays from a client. But...
July 28, 2016 at 11:18 am
Wouldn't it be just easier to run simple select * from sys.sysprocesses where blocked>0 ?
July 28, 2016 at 8:38 am
Thanks. Now I got it.
But I am still thinking how can I use it. It's XML in text format, all in one long line and I can hardly figure...
April 20, 2016 at 11:13 am
This is a query that I ran now. I took it from DMV book and modified it. It uses sys.dm_exec_text_query_plan
SELECT detqp.dbid ,
...
April 20, 2016 at 9:57 am
Jacob Wilkins (4/19/2016)
April 20, 2016 at 8:51 am
No, no, no, I don't do it on production system. It's on a test server that's refreshed nightly from production.
Recreated S.P. with recompile, but the problem is still the same.
Now...
March 29, 2016 at 2:32 pm
Thanks Alan, for detailed explanation.
I always thought that parallelism is about I/O, with dedicating a CPU to each I/O stream. If it's about CPU, it looks that in my case...
March 28, 2016 at 1:22 pm
Great! Finally it worked for me. Thanks a lot.
March 21, 2016 at 10:03 am
Thanks for advise, but unfortunately I don't have so many servers to connect to in order to push out the old ones.
And hacking the Registry I think is rather...
March 21, 2016 at 9:32 am
There are couple of bugs in this script, but otherwise it's very thorough, very comprehensive security settings as well as recommendations report.
If not bugs, would put 5 stars certainly.
February 2, 2016 at 9:57 am
Hugo Kornelis (1/21/2016)
January 22, 2016 at 8:05 am
My table is 200 GB, and also other tables and indexes are partitioned in the same file-groups. Anyway, I will test it in dev environment before doing it in prod.
January 13, 2016 at 12:34 pm
Smart idea. I will try it. I also have secondary indexes partitioned.
January 13, 2016 at 11:45 am
Thanks. This works. I just added another pipe next to col4.
December 22, 2015 at 1:55 pm
Viewing 15 posts - 76 through 90 (of 454 total)