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.
sqlcmd
Is there a valid way to do it?
Follow the complete steps to generate script with data.
1
2
3
4
5
Open object explorer, right click db, tasks, generate scripts, next, script entire databse and all database objects, save to file, next, next, finish.