2016-08-23 (first published: 2015-05-01)
1,491 reads
2016-08-23 (first published: 2015-05-01)
1,491 reads
2013-04-17 (first published: 2013-04-03)
1,471 reads
2013-03-19 (first published: 2013-03-01)
1,063 reads
Script to generate script to detach or attach user databases
2013-02-15 (first published: 2013-01-29)
6,032 reads
Script to reorganize all indexes on all tables in user databases
2013-02-14 (first published: 2013-01-31)
3,265 reads
2013-02-06 (first published: 2012-12-27)
1,854 reads
Changes the database compatibility level of all databases to the given level.
2013-01-31 (first published: 2013-01-07)
942 reads
2012-12-03 (first published: 2012-11-07)
2,029 reads
2012-10-04 (first published: 2012-04-10)
2,031 reads
2012-07-25 (first published: 2012-07-12)
2,523 reads
By Brian Kelley
Pinal Dave wrote up his methodology for what to do when you discover bad...
Aside from spinning up a SQL Server instance container, the free Azure SQL Database...
By Brian Kelley
If you haven't seen the announcement, Anthropic was able to utilize Claude (Mythos Preview)...
Comments posted to this topic are about the item Symmetric Key Encryption
Comments posted to this topic are about the item The “Successful Login” Dilemma: Why...
Comments posted to this topic are about the item Building Your Own Software
If I run this statement in SQL Server 2025, how is the password encrypted?
CREATE SYMMETRIC KEY MySymmetricKey WITH ALGORITHM = AES_256, KEY_SOURCE = 'My secret key source passphrase', IDENTITY_VALUE = 'My secret identity value' ENCRYPTION BY PASSWORD = 'S&perS#cretP@ssword7'; GOSee possible answers