Hi,
We are designing a windows application where we need to 'Get table and column names from existing sql server snapshot file or backup file' .
Does anybody know how it can be done. Please provide help.
Thank you.
Hi,
We are designing a windows application where we need to 'Get table and column names from existing sql server snapshot file or backup file' .
Does anybody know how it can be done. Please provide help.
Thank you.
Can you just restore the backup programmatically, then check like you normally would (information_schema
, etc)?
If not, all I can suggest is to look at http://www.idera.com/Products/SQL-toolbox/SQL-virtual-database/
I reckon it's worth looking at How Database Snapshots Work to ensure your requirements make sense...