This article explains how we can generate scripts using SQL Server
Introduction
Some times we need to generate SSQl Server Scripts to generate and this can be done very easyly using a wizard
So lets see how we can do that...
Start the SQL Server Management studio, Login and select database right click as shown a wizard starts follow the simple steps

Select a Database to generate script

Click Next and select a database

Set the script options

Select the objects to script

Select the procs to script

Select the tables to script

Click finish

Thats it it will generate the script file. Hope you all like it