Domanda

What are some possible and reliable ways to encrypt using Rijndael/AES in T-SQL? Or is using and embedded assembly in order to use c# or vb.net in your SQL Project the only way?

È stato utile?

Soluzione

Look into embedding assemblies in sql server. It is possible but you have to install the assemblies housing your code and use the proper syntax to mold the function wrappers.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top