Viewing 15 posts - 391 through 405 (of 22,184 total)
Implicit transaction is always on. You can't turn it off. You're focusing on the wrong thing. The issue with deadlocks is a combination of performance and coding. From the performance...
August 2, 2023 at 1:15 pm
I hate rebrands/renames. I think it creates confusion and often doesn't make anything better. Either you execute well or you do not and people know that, regardless of name.
However,...
August 1, 2023 at 6:38 pm
And Extended Events.
Total agreement on DBATools.
August 1, 2023 at 6:28 pm
You could look to Change Data Capture as a way to see all the data manipulation on the system. It does require quite a bit of setup & maintenance...
August 1, 2023 at 12:34 pm
Honestly, look to a 3rd party monitoring solution.
Up front, being clear and open, I work for Redgate who makes a monitoring tool.
However, what you're trying for just isn't available, out...
July 28, 2023 at 12:35 pm
You're not paranoid when they're out to get you. And they're out to get us.
July 24, 2023 at 1:56 pm
Nothing, anywhere, is perfectly secure. There are always vulnerabilities. We just don't always know what they are until it's far too late.
However, I still land where I always land on...
July 24, 2023 at 1:25 pm
In addition to changing the capture mode to auto, look to custom to get a little more control, possibly.
July 20, 2023 at 1:27 pm
When connections do not happen in SQL Server, there's nothing in the error logs because there really isn't anything for SQL Server to report. However, that's not saying that there...
July 20, 2023 at 1:24 pm
Because of the row size limitation in SQL Server, I had to split the columns of a data warehouse table. The combined size of the rows exceeded the permitted...
July 18, 2023 at 10:27 pm
What performance problem are you trying to solve by splitting the table? Reads are likely to go up, not down (depending on quite a few details). Writes may go down,...
July 18, 2023 at 3:59 pm
Nothing jumps out as problematic, so it is going to be down to knowing the structures and execution plan. Without that, we can't even guess.
July 3, 2023 at 1:00 pm
Strong suggestion.
Restore the database as everyone has suggested. Then, before you change the compatibility level, turn on Query Store. Run the database for some time with Query Store enabled. A...
July 3, 2023 at 12:57 pm
What goes around comes around. The person you help today may remember you when they get their next position. There is a pleasure to be had when you hear...
July 3, 2023 at 12:46 pm
Viewing 15 posts - 391 through 405 (of 22,184 total)