Viewing 15 posts - 3,271 through 3,285 (of 22,206 total)
In your situation, you need to be using UPDATE STATISTICS, not sp_update_stats. The latter is just a shortcut to performing the former. You can look at the code. All it...
March 29, 2018 at 7:20 am
March 29, 2018 at 7:16 am
March 29, 2018 at 7:13 am
Nesting functions, even inline functions, leads to all sorts of performance problems.
March 28, 2018 at 4:49 am
So, if we have to have linked queries (and eliminating these ought to be a goal), then we should at least push the filtering down to the linked servers. See...
March 28, 2018 at 4:36 am
Things like this destroy the possibility of performance enhancement
March 28, 2018 at 4:30 amON LTRIM(RTRIM(WP.ITEMID))
saptek9 - Tuesday, March 27, 2018 9:51 AMThank you. What about creating view instead table variables?
A view is nothing but a...
March 28, 2018 at 4:27 am
There are all sorts of mechanisms around something like this. Using the baseball example, I'd look to the database design to deal with this. You have a team. You have...
March 27, 2018 at 6:23 am
The follow up article containing the nitty-gritty...
March 14, 2018 at 9:02 am
To fully answer what issues may be going on, getting the full plan is going to be the best bet.
To give you some general information, an index spool...
March 2, 2018 at 9:42 am
Best way to do this is to put your database code into source control. You can track it and version it that way. Further, once you start treating your database...
February 26, 2018 at 7:33 am
February 26, 2018 at 2:48 am
February 25, 2018 at 1:39 am
maroon-78 - Tuesday, February 20, 2018 11:53 AMIt's Scary how your culture affects your day-to-day interactions with your co-workers.
Ba dum bum.
February 20, 2018 at 12:32 pm
Viewing 15 posts - 3,271 through 3,285 (of 22,206 total)