Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update data thru view
Message
From
22/09/2006 20:48:04
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Update data thru view
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01156658
Message ID:
01156658
Views:
75
Hi,
I would like to implement encryption to my sql server data without major change to my application. I was thinking to create view for my table. In INSTEAD OF UPDATE trigger, I will check if my particular sensitive columns are updated. If so, I will encrypt it and save it. The other un-sensitive columns must always be saved to table.

How to do this?
Do you think I should use AFTER TRIGGER instead of INSTEAD OF TRIGGER?

** Update: I am using SQL Server 2005

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Next
Reply
Map
View

Click here to load this message in the networking platform