sqlpackage.exe ignore error parameter #371
Answered
by
asrichesson
semics-tech
asked this question in
Q&A
-
I am using the sqlpackage.exe cli tool to deploy databases from dacpac's but I can't find anywhere how to ignore errors on publish. I wouldn't usually do this but I have an edge case where I just need the database to publish for testing and the ignored objects are not needed. I can see that if I generate the script, there is a line which I can manually change which does this but is there a paramter I can give to sqlpackage to change this? If I change this line GO
:on error exit
GO to this GO
:on error ignore
GO I get the desired output. |
Beta Was this translation helpful? Give feedback.
Answered by
asrichesson
Jan 4, 2024
Replies: 1 comment 1 reply
-
Kinda related to #306 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
semics-tech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kinda related to #306