How to Execute T-SQL from Zeus forSQL Server 2005 and onward

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
Arthur
Posts: 22
Joined: Fri Jan 13, 2012 3:50 am

How to Execute T-SQL from Zeus forSQL Server 2005 and onward

Post by Arthur »

I noticed that the installation of Zeus sets the compiler for T-SQL to isql.exe that became obsolete after the release of SQL Server 2005.
To execute the currently being edited T-SQL file against SQL Server 2005 and up use

sqlcmd.exe -E -dMyDBName -i"$fn"
Post Reply