I'm about ready to publish my database project. As such I need to populate the database with real data which is sensitive information. The most needed features are complete and working as they should, but I still have a lot of work to do. Which I may still need help from this forum for.
So, whats the easiest way to both remove sensitive information, and then to populate the database with fields which make sense to those helping me on forums? Like actual names be replaced with Smith, Jones, etc. Real building names replaced with Bldg A, B, C, etc.
I'm thinking I could write a query which does this. It may be easier to just keep two copies of the database. One w/ real data, and then one w/ fake data and I'd just have to copy over forms, code, etc. Does that sound logical?