Soldato
- Joined
- 29 Aug 2006
- Posts
- 4,334
- Location
- In a world of my own - but it's ok, they know me.
This is one for the dbo's out there...
I have an MSSQL database with a table in it dbo.useraccounts that has a field 'name' that is current populated with real users names. I need to anonymise all these entries into 'DOMAIN\User1', 'DOMAIN\User2', etc
Does anyone know a bit of sql I can run to achieve this?
Many thanks!

I have an MSSQL database with a table in it dbo.useraccounts that has a field 'name' that is current populated with real users names. I need to anonymise all these entries into 'DOMAIN\User1', 'DOMAIN\User2', etc
Does anyone know a bit of sql I can run to achieve this?
Many thanks!

