Sql-server – SQLCMDMODE from SSMS. Can I set -b mode when using :r to include files

sql-server-2005sqlcmd

As far as I read msdn there is no variable that corresponds to the -b flag of the command (on error batch abort).
I found no to enable this mode inside a script when running in sqlcmd mode.
Is there any to force
:r filename
to run in this mode, when called from SSMS?

Best Answer

No, you can't.

Not in the supported subset of options: http://msdn.microsoft.com/en-us/library/ms174187.aspx