Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Encrypt Data

Author  Topic 

vgvkarthik
Starting Member

1 Post

Posted - 2007-01-08 : 06:22:23
Hi All,
In SQL 2000, i need to Export Data,so that datashould be encrypted.When i try to import that in any database it should authenticate the user and should get decrypted.IZAT Possible.

Can any one help?

Thanks,
Karthik

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-01-08 : 07:04:16
Why just not export the data unencrypted and then zip the data with encryption.
Send the file.
Encrypt and unpack the zip file and import the data.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page
   

- Advertisement -