Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
navanid
Starting Member
1 Post |
Posted - 2002-03-26 : 01:40:04
|
| I hv created a DOS batch file that will run osql utitility to execute any SQL statements outside SQLServer 7.0 & 2000. But it doesn't work with SQLServer 6.5, since there is no such utitlity comes with the same. Is there any equivalent utility or method available to execute Sql statements from the command prompt/outside SQLServer 6.5?Any help in this would be appreciatable.Thanks,Regards,Navani |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-03-26 : 07:28:23
|
| Yes, the isql.exe utility will work for you. It's also available with SQL 7.0 and higher. |
 |
|
|
|
|
|