RE: [Nant-users] SQL Server Tasks

2003-09-18 Thread Mitch Denny
Hi Scott, As is the problem with all these great tasks - sometimes its not obvious what the ones that already exist are called and where you might find them. My bad :) That SQL task looks good to me, we could suppliment it with a BCP task perhaps. That would need to wrap the BCP tool. ---

Re: [Nant-users] SQL Server Tasks

2003-09-18 Thread Scott Hernandez
These are good tasks to include. There is already a start for sql related tasks in NAntContrib (see below). Having mssql related tasks would be good too. I'm not sure how isql would work. It doesn't seems like you want an interactive program like isql to be wrapped. The existing task seems like it