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
--
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?
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
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
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