Viewing 15 posts - 391 through 405 (of 5,843 total)
February 23, 2017 at 7:22 am
February 22, 2017 at 5:29 pm
February 22, 2017 at 3:58 pm
Waits can be viewed at an aggregate level on the server, and on an individual basis for executing queries. Duration and worker time and IO are tracked for query executions....
February 22, 2017 at 10:32 am
Guessing here, but I think you want a FULL OUTER JOIN on Last Name, First Name and Product Name (QualityType is a possibility too I suppose). You can filter after...
February 21, 2017 at 4:11 pm
We are still just flopping and twitching here on the forum, and are no closer to a resolution. Some likely final comments:
1) shrinking tempdb cannot possibly help improve...
February 21, 2017 at 1:28 pm
That is the SQL Server build number. You are 14 months behind as CU7 for SP3, build 6579, was released Jan 17, 2017. It is absolutely possible that you have memory...
February 21, 2017 at 12:50 pm
There's a lot more to dbcc memorystatus than what you posted. What did your review of the documentation online reveal?
Also review this:
February 21, 2017 at 11:54 am
Thanks for the quick reply. To answer your question:
1) You posted this on SQL...
February 21, 2017 at 11:07 am
I will add that doing your activities one-at-a-time gives you control over error handling too, which other mechanisms that may put all of your code in one statement may not...
February 21, 2017 at 10:07 am
February 21, 2017 at 10:05 am
1) You posted this on SQL 2012 forum, but I thought Free Pages went away in that version
2) How is your IO amount and...
February 21, 2017 at 10:00 am
February 21, 2017 at 9:49 am
I'm now the new accidental DBA. We have some non-prod DBs, but most of...
February 21, 2017 at 9:44 am
February 21, 2017 at 9:38 am
Viewing 15 posts - 391 through 405 (of 5,843 total)