SQL Server Encryption Question
From: Mark (Mark_at_discussions.microsoft.com)
Date: 05/12/05
- Previous message: Stefan Berglund: "Re: SQL2KSP4 sp_addalias and db_accessadmin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 12 May 2005 09:36:03 -0700
Environment: SQL 2000 SP3a
I need to understand the encryption procedure in MS SQL 2000. I couldn't
find anything online about Stored Procedure Encryption.
I want to know is what internally happens when you create a Store Procedure
or View or UDF using WITH ENCRYPTION Clause.
Does SQL Server call a DLL to encrypt the text or EXE from BIN directory
under separate thread? What happens to the compiled program of Encrypted
procedure?
Does SQL Server still need an object in Sysobjects when the procedure is
already encrypted. If so, Why? What algorithm SQL Server uses to encrypt the
procedure?
TIA
- Previous message: Stefan Berglund: "Re: SQL2KSP4 sp_addalias and db_accessadmin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|