2024-05-13
590 reads
2024-05-13
590 reads
2021-08-30
396 reads
A failed SQL Server Service Pack upgrade is fixed with a trace flag.
2020-07-27
5,598 reads
2019-12-26
487 reads
Paul White walks through a new trace flag in SQL Server 2016 designed to yield better execution plans (and performance) for queries involving computed columns.
2017-06-20
4,841 reads
2017-03-10
973 reads
Erin Stellato shows the combined effect of different versions of the cardinality estimator and trace flag 2389 on an ascending key model.
2016-08-23
3,480 reads
Starting with SQL Server 2008 a new feature which allowed us to create compressed backup files by pre-allocating space. This tip will look at the performance impacts of disabling pre-allocation of space using the 3042 SQL Server trace flag.
2015-05-19
6,584 reads
2014-12-04
1,491 reads
The trace flag 8649 is incredibly useful. Alas, the flag is undocumented, unknown, and its full impact difficult to understand. Adam Machanic presents an alternative which you might find useful.
2013-12-23
2,190 reads
By Kevin3NF
We get it. There’s no budget for a DBA on staff, or even a...
By Steve Jones
waldosia– n. a condition in which you keep scanning faces in a crowd looking...
By Zikato
Learn how to deploy schema changes in an always-online SQL Server environment without a...
Comments posted to this topic are about the item Dynamic T-SQL Script Parameterization Using...
Comments posted to this topic are about the item Shadow AI Data Leak Risk...
Hello SSC, I am not sure if I posted this in the right spot,...
What does this code return in SQL Server 2022+?
select bit_count(2.4)See possible answers