Creating SQL Server Database Objects Backup using SMO

added by kalyanms1
5/23/2011 1:25:33 AM

165 Views

This post explains taking the SQL Server Database Objects backup only schema not data in SQL Server 2008 R2. In an ETL server you may come across the situation where you need to change the database objects schema quite frequently especially when data source changes. In this case we may need maintain our schema or take the backup our database objects script some place where we can restore them back to the server.


0 comments