Jason, > I have put this in the bug tracker, but Ian suggested that I email it out as > well... > To correct this I have to remove the GO statements, but > I don't feel that I should have to remove the GO > statements in my SQL.
I'm commiting code later tonight that will allow you to do this, but for this you'll need to set GO as the delimiter, delimstyle="Line", and batch="false". Unfortunately, neither the OLEDB, or SQL Clients actually understand the GO syntax, so you need to strip it out, and making it the statement separator is the easiest way. My current code (the one I'm commiting) is not terribly efficient, but you should be able to execute a SQL script generated by the Sql Server Enterprise manager now... -- Tomas Restrepo [EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer