Posts
Sort by recent activity
Don't add error handling in command line generated deplymentscript
How do I remove the error handling from a script using the command line?
IF @@ERROR <> 0 SET NOEXEC ON
It works fine in the gui by checking "Don't add error handling statements to deployment scri...