Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Encryption packages
Message
From
27/03/2002 13:12:06
 
General information
Forum:
Microsoft SQL Server
Category:
Security
Miscellaneous
Thread ID:
00637779
Message ID:
00637987
Views:
19
To the best of my knowledge, there is nothing available that you can plug into the database engine to do encryption. If you interested in protecting the data as it goes across the wire, take a look at the Multiprotocol net library. It can do this.

Extended Stored Procedures are functions which reside in .DLLs and have been registered with SQL Server. SQL Server then exposed the functions as stored procedures. Not every .DLL can be registered. Take a look at the topic Extended Stored Procedure Programming in the BOL.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform