Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to scramble data in SQL?

Tags:

tsql

We have some data in the SQL server table that needs to scramble. Some data are string and some data are date.

What is best way to do this?

like image 204
dcpartners Avatar asked Jul 03 '10 09:07

dcpartners


Video Answer


1 Answers

Are you talking about Obfuscating your SQL Server Data? (To create a development version based on the production data without exposing the production data itself)

Or do you want it encrypted?

like image 123
Martin Smith Avatar answered Sep 22 '22 19:09

Martin Smith