Viewing 15 posts - 796 through 810 (of 22,184 total)
What did you do?
Just so someone who finds your question also knows the answer.
July 7, 2022 at 2:58 pm
If it makes you feel better 19 (in beta) isn't installing very quickly either.
July 7, 2022 at 2:57 pm
It's all about the fundamentals. If every single thing is equal, so should performance be. So things are not equal. It's a question of walking through and figuring it out.
First...
July 7, 2022 at 2:55 pm
How fix SQL performance issues? Start by checking your wait stats
2-Make sure you're running index maintenance frequently.
Everything Jeff said.
But, one exception, columnstore indexes. Reorganization and rebuild do things...
July 7, 2022 at 12:46 pm
On the missing index views? They just don't say anything. I'm not talking about all the other DMVs. They're vital. 1 million percent so. But the...
July 7, 2022 at 12:36 pm
On the missing index views? They just don't say anything. I'm not talking about all the other DMVs. They're vital. 1 million percent so. But the missing index...
July 6, 2022 at 8:49 pm
On the missing index views? They just don't say anything. I'm not talking about all the other DMVs. They're vital. 1 million percent so. But the missing index DMVs? Useless...
July 6, 2022 at 7:20 pm
I like the answer from @DNA_DBA. That's a great approach. To that I would add, query the cache to see what kind of queries are being run on the system....
July 6, 2022 at 12:32 pm
Generally speaking, the missing index recommendations taken from the DMV tables are useless. That's because they are not, and cannot be, linked to a given query. So you just have...
July 6, 2022 at 12:28 pm
I've seen no types of standard degradation between 2017 and 2019. So, I'd suggest examining all the server settings, cost threshold, the things already suggested here.
June 30, 2022 at 2:59 pm
Are you looking at servers, VMs, or are you looking at Azure SQL Database? How big are the VMs you're looking at, memory, cpu, disk, etc? For such a small...
June 29, 2022 at 12:26 pm
IF your login and the service account are different (and oh, I hope they are), then your login may not have the same access to the underlying OS as the...
June 29, 2022 at 12:25 pm
Homework?
A company can have many workers. So, you already have two tables. Company has many workers. Probably the company is the parent, the worker is the child. So, the PK...
June 29, 2022 at 12:19 pm
Are you trying to get up to the moment recovery, or do you just want a copy of the database and transactions that may, or may not, be in flight...
June 28, 2022 at 12:18 pm
Viewing 15 posts - 796 through 810 (of 22,184 total)