Could someone please tell me if there is someway to invoke the SQL Script Wizard programmatically or through the command line?
It’s a great tool for deployment but I am sick of having to set the countless options each time I use it.
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.
The SSMS scripting wizard is just a shell over the
ScripterSMO object capabilities. From the scripting example on MSDN: