Re: [NAnt-users] NAnt sql task fails, but code works in SQL Query Analyzer

2008-10-07 Thread Artie Leech
t; BOb > > > -Original Message- > From: Artie Leech [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 02, 2008 10:56 AM > To: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] NAnt sql task fails, but code works in SQL > Query Analyzer > > > Hi

Re: [NAnt-users] NAnt sql task fails, but code works in SQL Query Analyzer

2008-10-02 Thread Bob Archer
-- From: Artie Leech [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 10:56 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NAnt sql task fails, but code works in SQL Query Analyzer Hi Bob, I tried putting a GO at the end, but I still get the same error. Any other ideas?

Re: [NAnt-users] NAnt sql task fails, but code works in SQL Query Analyzer

2008-10-02 Thread Artie Leech
EMAIL PROTECTED] > Sent: Thursday, October 02, 2008 6:34 AM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] NAnt sql task fails, but code works in SQL Query > Analyzer > > > Hi, > > I'm trying to create a nant task that will build my database, which use

Re: [NAnt-users] NAnt sql task fails, but code works in SQL Query Analyzer

2008-10-02 Thread Bob Archer
Put a GO at the end of the file. I think that might resolve it. BOb -Original Message- From: Artie Leech [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 6:34 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NAnt sql task fails, but code works in SQL Query

[NAnt-users] NAnt sql task fails, but code works in SQL Query Analyzer

2008-10-02 Thread Artie Leech
Hi, I'm trying to create a nant task that will build my database, which uses SQL Server 2000. I have the following line in a loop to load up a number of stored procs. It's trying to load the stored proc code shown at the bottom of this post. When I run my nant task, I get the following error