Viewing 15 posts - 1 through 15 (of 247 total)
A new server CPU from AMD has 192 cores. I wonder how many cores can be effectively used by serialized transactions.
PS I think some of our legacy apps would use...
December 10, 2024 at 5:27 pm
It's sort of like denormalization for performance. Wait for a performance issue before considering it. The primary issue I've experienced with "WITH NOLOCK" is developers using it as the first...
December 9, 2024 at 7:11 pm
FYI Testing an upgrade in place need not be risky. A copy of production can be restored offline. I would "fear" doing an upgrade in place for a production system. ...
December 20, 2023 at 6:31 pm
I've been a DBA over 20 years. Because of experience, our team does not support SQL Mail, SQL Server Maintenace Plans, linked servers, and upgrades in place. We do have...
December 20, 2023 at 6:20 pm
I have come to like using the DBATools module (e.g., Import-DbaCsv) for csv imports. This is especially true if there is a lot of trial and error or it's something...
December 4, 2023 at 6:54 pm
A SQL select looks really cool with a column name [SELECT] and a table named [FROM] with a where clause using like to compare column [WHERE] with column [LIKE]. Finding...
November 6, 2023 at 5:53 pm
I've seen this when installing from a share that is not trusted. Another annoying issue is elevation when using a mapped drive when the elevated user is not mapped.
December 10, 2018 at 12:12 pm
I know this is an old post. If you are still searching for a video or find this post while looking....
December 3, 2018 at 12:03 pm
We have one application with a poorly performing security implementation. Does anybody have any guidance on...
December 28, 2017 at 10:36 am
I agree that that queries are responsible. I have used extended events to help identify queries and cursors that need to be optimized. The vendor is currently working on fixing...
December 12, 2017 at 3:35 pm
Hi, I'm in the same boat. The vendor is working on fixing the performance issues. I too would like to be able to use spinlock information to understand what is...
December 12, 2017 at 12:05 pm
We have one SQL 2005 server left. We can't upgrade it yet because it is the last version with the compatibility required by an old application. The application is being...
November 13, 2017 at 10:09 am
Please, not another null or non-null debate. SQL Server has a clear implementation of NULL. The flat-nullers should just get over it. Far more important are domain...
August 23, 2016 at 12:28 pm
ebouras (8/23/2016)
N_Muller (8/23/2016)
August 23, 2016 at 10:49 am
If you don't like the warning, it's often easy to update the query to explicitly replace the default behavior. To be honest, I have used this setting when I...
August 23, 2016 at 10:23 am
Viewing 15 posts - 1 through 15 (of 247 total)