Viewing 15 posts - 1,546 through 1,560 (of 22,202 total)
And to understand the performance degradation, capture the execution plan of the query, once when it's running well, and once when it's running badly. Compare those to understand the changes....
October 21, 2020 at 12:48 pm
Are you backing up to the same disk where all the data is? Are you backing up to the disk where the OS or is? Are you backing up across...
October 21, 2020 at 12:45 pm
In the end, most SQL Server problems come down to the queries. I'd suggest setting up some kind of query monitoring. Since you're posting in the 2019 forum, the best...
October 21, 2020 at 12:42 pm
To my knowledge, the only book specifically on this topic was written back in 2008 or so (looking it up, seems the book got updated in 2012). However,
October 21, 2020 at 12:38 pm
Oh please. We don't have to list all the times we screwed up do we? My list is going to take a long time to compile. I think I'll have...
October 20, 2020 at 1:50 pm
Grant - its likely to be Solar EMP rather than Solar Radiation - look up carrington event.
.. and the Sun HAS been behaving in an unpredictable manner this Solar...
October 20, 2020 at 12:45 pm
Thanks. Can you comment on Query store, Forced a good plan with query store and left query store on to capture all. So far the server is operating well....
October 17, 2020 at 4:47 pm
If you're rebuilding the indexes, then don't update the statistics. An index rebuild updates the statistics with a full scan. You don't need to run that after a rebuild.
October 15, 2020 at 12:50 pm
Wait, are we talking parameters or variables as stated in the original question? They're different and result in differences in estimated row counts.
You've already received the scoop on parameters. The...
October 14, 2020 at 1:07 pm
Option 2 is probably the way to go. Cross database dependencies are very difficult to deal with in SSDT. I always found I had to do a certain amount of...
October 14, 2020 at 1:01 pm
Hardware.
Since you're not in any way filtering data, the only solution is great big giant hardware. Spend lots of money and this will go faster.
Now, you could look at possibly...
October 14, 2020 at 12:56 pm
If a user knows the right login and the right location to use, they can connect with any tool at all.
There's no easy way to deal with what you're asking...
October 13, 2020 at 12:23 pm
Any time a third party backup tool is introduced to the system, don't rely on anything anyone tells you on the internet. Test a restore. Did it work? Yes? Great....
October 13, 2020 at 12:11 pm
If you're looking to expand your analytics skills, I'm going to pile on and say R or Python. Great choice.
Otherwise, man, this whole data management, data analysis, etc., business is...
October 9, 2020 at 1:04 pm
Viewing 15 posts - 1,546 through 1,560 (of 22,202 total)