Hello everybody,
it's possible to do insert data into db sql 2005 from text file using a batch scripting?
Thanks in advance
Dario
Batch insert db data
Moderator: DosItHelp
-
- Posts: 319
- Joined: 12 May 2006 01:13
Re: Batch insert db data
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
I read that OSQL is deprecated in 2005 !
-
- Posts: 319
- Joined: 12 May 2006 01:13
Re: Batch insert db data
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.