Viewing 15 posts - 8,521 through 8,535 (of 49,571 total)
EVE Online
That's one of his more comprehensible posts.
July 7, 2014 at 2:51 pm
CXPacket is not a problem. CXPacket is a sign that you have queries running in parallel, nothing more. Since as soon as a query goes parallel there's a controller thread...
July 7, 2014 at 2:45 pm
Restore from backup. then check your IO subsystem for problems.
July 7, 2014 at 2:40 pm
For anyone that gets frustrated with our posters here, here's a quote from a poster over on a gaming forum...
I was thinking about reactivating my bomber but it occurred to...
July 7, 2014 at 2:35 pm
TheSQLGuru (7/7/2014)
TSQLLearner2014 (7/7/2014)
I will now try using...
July 7, 2014 at 2:32 pm
It's several caches including plan cache and data cache.
July 7, 2014 at 2:30 pm
Max server memory sets the size of the buffer pool. SQL can and does use a small amount of non-buffer memory in addition to that.
July 7, 2014 at 10:08 am
I love it when someone asks for the differences between two completely disparate things....
July 7, 2014 at 9:33 am
Errrr.... Asking for the similarities would result in a much shorter list, an empty one.
Update statistics is a command which you can run to update the statistics which record data...
July 7, 2014 at 9:32 am
Worst case, you go to restore a diff and SQL tells you that it's the wrong one, so you get the correct one and restore that.
Practice with scripts, the GUI...
July 7, 2014 at 9:17 am
Sean Lange (7/7/2014)
info 58414 (7/7/2014)
in a StoredProc I want depending on whether a parameter is passed formulate the Where clause accordingly.
If parameter IS NOT NULL
...
July 7, 2014 at 9:05 am
Grant Fritchey (7/7/2014)
(RTRIM(pc.CODE))
That will lead to scans which will seriously hurt performance. You shouldn't have functions on...
July 7, 2014 at 9:03 am
It doesn't matter if they run simultaneously.
If you really don't want the full & diff to run at the same time (only one that makes sense to worry about), then...
July 7, 2014 at 9:01 am
Then don't waste your time looking at partitioning. Indexing along with tuning the queries should be your approach there.
July 7, 2014 at 8:52 am
Viewing 15 posts - 8,521 through 8,535 (of 49,571 total)