I am using "Microsoft SQL Server Management Studio Express 9.00.2047.00" as the interface for SQL Server 2005 Developer Edition.
I wanted to create a separate SQL file for each stored procedure in my database. The generated script should have the format like this.
If sp exists drop sp
Create sp
I am very new to this area. Please help me
Thanks in advance
Priya