November 7, 2005 at 8:59 am
Hi,
I would like to encrypt an entire database in SQL Server 2000, or at the least encrypt the contents of the tables, for commercial distribution. Is this possible? If so how?!
Cheers.
November 8, 2005 at 3:40 am
There is no "out of the box" data-encryption within sqlserver 2000.
you can however encrypt you code (e.g. create procedure , create view, ...) using the with encryption keyword.
Check Books online
BTW dataencryption has a cost !
In SQL2005 you can encrypt data using certificates, but then you can nolonger index that column.
you can search http://www.sqlservercentral.com for Encryption and you'll find a bunch of articles, ....
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply