问题
I need to dump the database structure for a SQL Server database, but I need to do it from a SQL query or sqlcmd
script.
Is there a valid way to do it?
Thanks
回答1:
Follow the complete steps to generate script with data.
1
2
3
4
5
回答2:
Open object explorer, right click db, tasks, generate scripts, next, script entire databse and all database objects, save to file, next, next, finish.
来源:https://stackoverflow.com/questions/50123959/is-there-any-way-to-generate-database-scripts-from-a-sql-query-in-sql-server