Comments on: How To: Migrate Encrypted Procedures To Azure SQL Database https://thomaslarock.com/2013/05/migrate-encrypted-procedures-azure-sql-database/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Tue, 25 May 2021 11:26:47 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Aman Prasad https://thomaslarock.com/2013/05/migrate-encrypted-procedures-azure-sql-database/#comment-82680 Tue, 25 May 2021 11:26:47 +0000 http://thomaslarock.com/?p=10508#comment-82680 Hi, can you elaborate how to take the source code and remove with encryption? Thank you

]]>
By: ThomasLaRock https://thomaslarock.com/2013/05/migrate-encrypted-procedures-azure-sql-database/#comment-8475 Wed, 08 May 2013 20:14:00 +0000 http://thomaslarock.com/?p=10508#comment-8475 In reply to Feodor Georgiev.

Feoder,

Yes, there are scripts available that use the DAC to decrypt, I mentioned that in my post. No one needs to purchase a tool, but purchasing a tool is also an option.

I agree that the WITH ENCRYPTION option is not very useful.

Tom

]]>
By: Feodor Georgiev https://thomaslarock.com/2013/05/migrate-encrypted-procedures-azure-sql-database/#comment-8474 Wed, 08 May 2013 20:08:00 +0000 http://thomaslarock.com/?p=10508#comment-8474 Actually, there is a perfectly fine way of de-crypting the stored procedures for free by unsing the DAC (dedicated admin connection) in SQL Server.

IMHO, encrypting stored procedures in SQL Server was a very silly idea to begin with, since it does not help anyone, especially people who do performance tuning. The only good reason for WITH ENCRYPTION I can think of is when a company releases a product based on SQL Server and when they want to ensure that the average user does not tamper with the code.

Feodor

]]>
By: How To: Migrate Encrypted Procedures To Windows Azure SQL Database (WASD) - SQL Server - SQL Server - Toad World https://thomaslarock.com/2013/05/migrate-encrypted-procedures-azure-sql-database/#comment-8454 Wed, 08 May 2013 16:01:18 +0000 http://thomaslarock.com/?p=10508#comment-8454 […] How To: Migrate Encrypted Procedures To Windows Azure SQL Database (WASD) is a post from: SQLRockstar – Thomas LaRock […]

]]>