Viewing 15 posts - 76 through 90 (of 94 total)
Thanks for the summary of everything you did! It's definitely good to have a working solution, even if there is still an unsolved mystery in there.
I've run into many...
May 5, 2014 at 10:16 am
I can take this one. May take a bit of time to do the due diligence in coming up with a list of the best of the new DMVs...
May 2, 2014 at 12:01 pm
JMcCann 28785 (5/1/2014)
Does this delete 'All' duplicate rows? Or just the ones that were duplicated by accident?Does it leave the original rows alone?
This TSQL will delete all duplicates except for...
May 1, 2014 at 3:16 pm
GoofyGuy (4/29/2014)
... if your product has an uptime requirement of 99.95, then Azure is immediately out-of-the-question as it promises only 99.9%.
The difference in uptime, over the course of...
April 29, 2014 at 12:03 pm
It's pretty straightforward to move data into the cloud when it's your own data---but for the many companies (such as where I work) out there that offer SASS solutions, the...
April 29, 2014 at 11:32 am
TheComedian: As always, backing up data in any production environment before making a big change is critical! I left it out as this is a demo, but it's certainly...
April 29, 2014 at 4:37 am
That sheds a ton of light on the odd behavior!
It sounds like if you want plan reuse, try taking your SQL and either putting it into a stored procedure with...
April 25, 2014 at 6:48 am
It's an interesting case where the optimizer seems to have 2 choices that seem very similar. In situations like this, minor changes in the query, plan cache, or data...
April 24, 2014 at 11:18 am
It's difficult to analyze this completely without a representative data set, but from what I see of the tables, statistics, and execution plans, the following can be seen:
1) Seek vs....
April 23, 2014 at 10:53 am
I'd be happy to take this one on. This could be kept simple and straightforward:
1. Why are duplicate/overlapping indexes bad?
2. How to locate them.
3. How to resolve/delete to remove...
April 22, 2014 at 12:27 pm
I'd be interested in taking this. I could write a short piece on viewing statistics and illustrating an example or two as to how they are used.
From there a...
April 22, 2014 at 12:22 pm
I've been working with Linq-generated SQL for a while and have definitely had similar experiences. When the queries are straight-forward selects on a group of tables with simple joins,...
April 16, 2014 at 6:54 am
The big test case to ensure that your new consolidated index is doing what it should would be to execute queries on Column A and Column D and see if...
April 16, 2014 at 6:39 am
No prob,
I'll focus briefly on the problems that cursors pose, and present 2 use cases for them---one being a CTE-based solution to the link provided in this post, and another...
April 11, 2014 at 11:11 am
Viewing 15 posts - 76 through 90 (of 94 total)