Home Forums SQL Server 2012 SQL 2012 - General can we give a copy of a database to someone and it be packaged in such a way so that they cannot see the table structure / design? RE: can we give a copy of a database to someone and it be packaged in such a way so that they cannot see the table structure / design?

  • What are you trying to achieve Suresh?

    Even if you provided all of the data in .csv files or in a massive Excel spreadsheet the person will still be able to see the layout of the tables, although they wouldn't be able to see any of the key relationships, triggers, indexes, stored procedures etc...

    SQL SERVER Central Forum Etiquette[/url]