Re: [NAnt-users] Scripting SQL tables and views

2008-02-11 Thread David Keaveny
aveny Sent: Tuesday, 12 February 2008 1:52 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Scripting SQL tables and views I tried swapping the task for running osql.exe from , so my build file looks like this: So the problem isn't with the scripts per se, it's how

Re: [NAnt-users] Scripting SQL tables and views

2008-02-11 Thread David Keaveny
I tried swapping the task for running osql.exe from , so my build file looks like this: So the problem isn't with the scripts per se, it's how interacts with them. I'll play around with a few more settings and see what happens. From: David Keaveny Sent:

[NAnt-users] Scripting SQL tables and views

2008-02-10 Thread David Keaveny
I'm trying to automate the building of a database, and to that end, I've used SQL Server Management Studio to script all the tables/views/functions/procedures in my database, one script file per object; I have a text file which lists the objects in the order they need to be created in (to preserve