This solution is probably known to a lot of you out there, but for the ones who don’t, here is the solution in a Step-By-Step tutorial: In SQL Server Management Studio right click on one of the databases on your Object Explorer, and choose Tasks->Generate Scripts…: Then you’ll be introduced with the SQL Server Scripts Wizard: Next, you need to choose the database you would like to generate scripts for, in this step you can choose whether to script all objects in your database, or you can set the...