Comments
5 comments
-
-
This is not available in the Standard edition is it?? -
It's only available in the Pro edition. Have you considered SQL Source Control? This tool is designed to manage your DDL creation scripts in version control.jstemper said:This is not available in the Standard edition is it?? -
Trying to do it with tools I've already licensed. Thanks -
If you want basic functionality, then you can use SSMS for this. Right click on a database, go to Tasks then Generate Scripts.
Add comment
Please sign in to leave a comment.
Is there a setting/way to to generate a separate script for each entity (table) rather than the one big script?