Simple tool/steps for obfuscating/scrubbing production data
        Posted  
        
            by Krishna Kumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Krishna Kumar
        
        
        
        Published on 2010-05-28T06:59:09Z
        Indexed on 
            2010/05/28
            7:11 UTC
        
        
        Read the original article
        Hit count: 195
        
sql
|sql-server-2005
I am involved in a project where I need to provide subset of our production data (for a date range) to one of my co-workers for trouble shooting.I would like to insert a scrubbed subset of the production data into a new database table that my co-worker can access. Please suggest best approach to achieve this.
© Stack Overflow or respective owner