microsoft / mssql-scripter

Repository for the new SQL cross-platform command line tools
Other
739 stars 147 forks source link

--append option not working as expected #156

Open mohitcv opened 7 years ago

mohitcv commented 7 years ago

The append option doesn't seem to work for me. What am I doing wrong?

mssql-scripter -S servername -d databasename -f C:\temp\test.sql --script-create --include-objects dbo.stored_procedure_01 --append --exclude-headers --exclude-use-database mssql-scripter -S servername -d databasename -f C:\temp\test.sql --script-create --include-objects dbo.stored_procedure_02 --append --exclude-headers --exclude-use-database

Vincent-233 commented 2 years ago

I also encountered this problem, why nobody solve it?