Viewing 15 posts - 496 through 510 (of 22,184 total)
I'm perfectly happy to help with homework.
Help.
So, where are you stuck? What have you tried that didn't work? Show me your work, and I'll be happy to toss in some...
March 8, 2023 at 12:46 pm
Hey Brandie,
Honestly not sure on this one. I just wanted to let you know that someone at least looked at the question.
March 7, 2023 at 1:09 pm
Look at the join criteria within the details of the operator and see what the likely output from that is, based on the statistics provided. Additionally, see if there are...
March 7, 2023 at 1:08 pm
Probably your best bet is to export the database to flat files. You could try reading from the tables into another database too. Otherwise, you may be down to trying...
March 3, 2023 at 1:30 pm
March 2, 2023 at 6:24 pm
Rebuilding an index does two things. First, since you're literally rebuilding the index, it reorders the pages and the rows on those pages. This has a benefit in that it...
March 2, 2023 at 3:05 pm
Restarting SQL Server does a whole ton of things. First, you're flushing memory. So queries coming along after the reboot have a clear memory run to load up just their...
March 2, 2023 at 2:57 pm
Nope. If it's already running, you can't retroactively start collecting the data necessary for a plan with runtime statistics.
However, on SQL Server 2019 or greater and Azure SQL Database, you...
March 2, 2023 at 2:49 pm
Yeesh. Your team stacked up a bunch of jenga blocks awfully high. Have fun playing.
March 1, 2023 at 7:51 pm
As to letting anyone edit them, I'd build a small app for it. No sense in exposing more than you need to.
March 1, 2023 at 6:36 pm
Just that, as with anything, I'm sure there's a tipping point. "3 extended properties, no big deal, 300, 3000000, something, big deal". I honestly don't know how many zeroes you...
March 1, 2023 at 6:35 pm
I don't understand why you would have indexes (apart from maybe a clustered one) on a table with only a few rows?
Total agreement, but this one that Sam will...
March 1, 2023 at 5:12 pm
I assume there's a point at which extended properties will cause an issue, but I'm not aware of anyone that has hit it using the things in a standard way....
March 1, 2023 at 1:20 pm
Everything Jeff said.
We've covered this in multiple posts. Capture query metrics, I'd go with batches & procedure calls, not individual statements at this point. Capture deadlocks (Extended Events, don't listen...
March 1, 2023 at 12:59 pm
It can, yes. Ghost cleanup can also block you.
The vendor can't leave this with you. You can't change the code, and the code needs to be changed. You also can't,...
February 28, 2023 at 4:20 pm
Viewing 15 posts - 496 through 510 (of 22,184 total)