Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update data thru view
Message
De
22/09/2006 20:48:04
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Update data thru view
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01156658
Message ID:
01156658
Vues:
76
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...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform