i have been trying to make a clone of a database with out data being copied. since presence of broken stored procedure i am getting errors while creating database running the script. I even have a issue of the database assembly? what is it and do we need it? what will be the best approach to generate tow scripts. one to create database with all tables, views, sp etc and next for script.
Share
Do this step.
Create New Database you want.
From the script generated replace USE [“Databasename”] then execute.
Regards