Viewing 15 posts - 3,511 through 3,525 (of 22,210 total)
I keep going back to it. You also have some wild disparity in the other direction, estimated 500k rows, actual 55. I think with such completely out of wack statistics,...
November 20, 2017 at 1:26 pm
By the way, being able to use 2017 plan comparison for these things was a life saver for quickly going through the plan.
November 20, 2017 at 1:14 pm
It looks like straight up differences in row counts. The fast one is estimating 1 row, the slow one 278.402. In one operator I saw estimated number of rows 514,908...
November 20, 2017 at 1:11 pm
November 20, 2017 at 11:06 am
November 20, 2017 at 10:49 am
Sounds like sampled stats might be resulting in better plans than full scan stats (based on the index rebuild). It's certainly possible. However, it could be a number of other...
November 20, 2017 at 10:47 am
Actually, you can't really do what you want. 10 rows from this table and 10 rows from that table, but, the 10 rows from the first table have a relationship...
November 20, 2017 at 6:42 am
You have to have a way to identify the information as belonging to one company or another. Then, using that method, you can export the data (assuming that's what you...
November 20, 2017 at 6:39 am
I don't know about the RBAC, but, if someone can view the DMVs, they can see parameter values passed for queries that are ad hoc. That can be a violation...
November 20, 2017 at 6:36 am
November 19, 2017 at 6:46 am
November 14, 2017 at 1:51 pm
By design, SQL Server will take every bit of memory that you offer it. It's supposed to. It will grow into the memory allocation limit that you set and then...
November 13, 2017 at 11:13 am
It could be tons of things. Limiting the selection list allows the Optimizer to do simplification, eliminating unneeded tables within the views (you haven't specified if the views are of...
November 12, 2017 at 8:01 am
I might be misunderstanding you, Grant. Inserts don't have anything to do with...
November 11, 2017 at 7:27 am
Heh... I've been through similar... Sr. DBA candidates that complain to their "handlers"...
November 11, 2017 at 7:17 am
Viewing 15 posts - 3,511 through 3,525 (of 22,210 total)