Script to get a list of publications an article is in
Script to get a list of publications an article is in
2010-12-17 (first published: 2010-12-08)
3,789 reads
Script to get a list of publications an article is in
2010-12-17 (first published: 2010-12-08)
3,789 reads
2010-12-14 (first published: 2010-11-30)
3,853 reads
Script to grant exec permission to all sps in a db
2010-12-13 (first published: 2010-12-09)
1,734 reads
2010-12-07 (first published: 2010-11-30)
2,192 reads
2010-12-06 (first published: 2010-11-22)
2,618 reads
2010-12-03 (first published: 2010-11-22)
1,712 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