Viewing 15 posts - 1,336 through 1,350 (of 22,202 total)
Thank you Grant, actually if you have the power you can just delete that, I didn't redact parts of the screenshot I should have. Reporting it was the...
April 21, 2021 at 6:09 pm
I'm a little confused. You keep talking about servers and server specs. However, you also said you were using Azure SQL Database. That doesn't involve servers. So... which is it?
April 21, 2021 at 11:03 am
OK. This is a fun one.
Execution plans are logically executed from left to right, and roughly, top to bottom. You can validate I'm right about this by looking at the...
April 21, 2021 at 11:00 am
Yep. Without the rest of the error message, I can't even hazard a guess. Jeff is probably right (says Grant all the time).
April 21, 2021 at 10:46 am
Ha! Clearly I type slowly and/or too much. Agreement with @Ant-Green. +1
April 21, 2021 at 10:44 am
You're in a bit of a tough spot, not having a network. However, probably, your best bet would be to use Azure SQL Database (or AWS RDS SQL Server,...
April 21, 2021 at 10:42 am
All the votes for Johan's solution with Extended Events. #TeamXE
Also, I unspammed TangoVictor's first post, not noticing the second. Not sure why that happened. I put it back to spam...
April 21, 2021 at 10:34 am
For the restore operation, according to the documentation, you can go as far back as a 2005 backup and restore it to 2019. As to the in-place server upgrades,...
April 21, 2021 at 10:32 am
The only negative to any approach is when it's either destructive of your data, or doesn't work well. If, in your testing, dropping and recreating the indexes works better, then...
April 19, 2021 at 2:46 pm
You could encrypt it with a password. You can use the Data Protection API (DPAPI). Here's an article on it. Another showing how to create a password protected...
April 19, 2021 at 11:50 am
Auto close is a pain. Happy you fixed it.
April 19, 2021 at 11:44 am
Hey all!
Thanks for the feedback. I have no arguments to make against any of it. As I said in the editorial, all I have are questions here.
One point I will...
April 19, 2021 at 11:20 am
I have to agree with Frederico. I've had both methods be better than the other. "It Depends".
Yep.
There are trends. More often than not, I see having a clustered...
April 15, 2021 at 1:02 pm
Compression means more rows stored on a page, reducing I/O by reducing the number of pages needed to retrieve a value and the number of pages needed in memory.
Columnstore is...
April 13, 2021 at 12:05 pm
There's no obvious issues with the code, so it's really a question of the right indexes to support it. That assumes that the value in the WHERE clause provides actual...
April 13, 2021 at 11:55 am
Viewing 15 posts - 1,336 through 1,350 (of 22,202 total)