Way to obscure SQL Server database schema?
问题 Is there any way to obscure the schema of a database on SQL Server? If I have SQL Server Express installed on a client site, is there a way to obscure the schema and data so that someone else cannot come along and learn the schema in order to extract data out of it and into another product? 回答1: This is a tricky one and may not even be 100% possible. However, there are a few tricks to setting it up: Install a new named instance of SQL server with a custom SA account (both name and password).