Removing Weak Security from SQL Server
The password options for BACKUP at deprecated, which Steve thinks is a good thing.
2023-08-25
165 reads
The password options for BACKUP at deprecated, which Steve thinks is a good thing.
2023-08-25
165 reads
2023-08-02
395 reads
Discover the importance of database ownership in SQL Server and learn the process of changing database owner using SQL Server Management Studio or ALTER AUTHORIZATION statement
2023-07-31
31,028 reads
2023-07-26
502 reads
2023-07-12
395 reads
2023-06-28
413 reads
Microsoft is recommending more security for SQL Servers, including dev and test instances. Do you agree this is a good idea? Would you implement this?
2023-06-28
191 reads
2023-05-08
559 reads
2023-02-06 (first published: 2023-02-01)
875 reads
2022-08-15
355 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