Viewing 15 posts - 211 through 225 (of 22,189 total)
Following on to what Steve said, when I'm doing sales & support work at Redgate, talking to clients, they'll say something like "You should do this with Product X". My...
May 14, 2024 at 4:50 pm
Nope.
"The name of the secondary database must be the same as the name of the primary database."
May 10, 2024 at 1:15 pm
Partitioning, first and foremost, is a data management tool, not a performance tool. We must be up front and clear with this. If you partition any tables, let alone every...
May 10, 2024 at 1:12 pm
Hey All,
Steve's on the road in Australia, so I'll let him respond here when he gets around to it. I just wanted to let you know why you might not...
May 9, 2024 at 4:30 pm
Thank you Grant for bringing up the important subject of self care. There are numerous youtube videos that you can find on the subject. But they all seem to...
May 8, 2024 at 5:57 pm
And, it looks like the code is hitting this table, [CoreV2].[HCM].[Employee_Info_Master].[EmployeeInfoMaster_List_Name_Top] [emp_CA], over and over again. You shouldn't have to reference the same table repeatedly unless you're getting different data...
May 6, 2024 at 2:47 pm
Woof!
You have a bunch of plan affecting conversion warnings. I'd look to those as a first step. Nesting views, having a view that calls other views which joins to views,...
May 6, 2024 at 2:42 pm
Are you getting deadlocks, with a deadlock victim, errors and all that? Or, are you seeing excessive blocking and long wait times on queries, which is absolutely not the same...
May 6, 2024 at 2:28 pm
Thanks everyone for your stories. And yeah, none of this is necessarily easy or doable all the time. However, through lots of personal experience, I believe this stuff is important.
May 6, 2024 at 12:10 pm
Yep. What Perry says. Also, test enabling causality tracking to be able to correlate queries to the stats updates.
May 3, 2024 at 2:32 pm
Generally, just measuring performance of the hardware under no load, is a bit of a waste of time. You're just checking, mainly, that the people who sold it to you...
April 29, 2024 at 1:08 pm
That is a very long time for a rollback.
So, you did experience data loss. The transaction that was rolled back, whatever it was doing that took 30 hours to undo...
April 29, 2024 at 1:02 pm
My last company did a lot of engineering and testing. One thing they found is that most computer hardware failures occurred during startup. Evidently computers can just run forever, but...
April 26, 2024 at 12:50 pm
Perry and David, you know I agree.
April 26, 2024 at 12:21 pm
What about the appliance argument? Namely, there's an application running on SQL Server 2008 & Windows Server 2003 that runs purely in-house and is not connected to the Internet....
April 26, 2024 at 12:19 pm
Viewing 15 posts - 211 through 225 (of 22,189 total)