Script Out Schema & Data from SQL Server
This is a great way to script out (via the command console) the TSQL for your db schema with data included. The tool is called SQL Server Database Publishing Wizard. Scripting out your data (via insert statements) is optional, as you can script out just the schema. Check out the documentation for help.
Categories