Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Need to restore 700+ DBs without any data

$
0
0
Hey all, I have a bit of a situation and wondering if someone can help me. I have 700+ DBs in QA which I need to restore (without the data) in DEV. Dev team needs just the structure and not any data in any tables. All those 700 tables have same sets of table. I can restore the DB and then truncate all tables which is the 1st option I thought of. 2nd option is to create the DB in Dev, generate the script of tables, views, SPs, Functions from Task->Generate script from QA and run that on dev which did work but I hate to do this manually for 700+ DBs. Any suggestions from expert on how to best tackle this?

Viewing all articles
Browse latest Browse all 3145

Trending Articles