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.
| Author |
Topic |
|
sanlen
Starting Member
29 Posts |
Posted - 2008-12-01 : 03:05:04
|
| Hi All,I have the table as below:create table testUserAccount(UserName varchar(30), Password varchar(20), CreateDate datetime)I want every time i insert data then the password will be encrypted, and every time i veiw the data in that table, then the password will is decrypted.Could you please advise?Best Regard,SANLEN |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|
|