Page 1 of 1
Batch insert db data
Posted: 04 Sep 2010 01:57
by darioit
Hello everybody,
it's possible to do insert data into db sql 2005 from text file using a batch scripting?
Thanks in advance
Dario
Re: Batch insert db data
Posted: 04 Sep 2010 02:20
by ghostmachine4
learn how to use the osql/isql command line client. you will usually use it to run your sql script.
Re: Batch insert db data
Posted: 04 Sep 2010 04:27
by darioit
I read that OSQL is deprecated in 2005 !
Re: Batch insert db data
Posted: 04 Sep 2010 06:35
by ghostmachine4
darioit wrote:I read that OSQL is deprecated in 2005 !
then check your newer version of SQL. there must be a newer version of the client.