is it possible to download in a file all the table definition(create Statements) and Stored
Procedures from a SQL Server 2008 database?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
yes, right click on the database–>tasks–>generate scripts
This will bring up the scripting wizard, pick the objects you want and specify output
See also: How To Script Out The Whole Database In SQL Server 2005 and SQL Server 2008