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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-06 : 09:14:25
|
| Jeannine writes "I depend on islq working for a product install but when the folks at the help desk and I tried to do an isql it failed. What is required to do isql? How do I debug this?thanksJeannine Mengermengerj@spawar.navy.milPS: I have done isql ? and studied the commands and have tried any one of a number of things. I do see the server listed as an announced network server when I do an isql -L ... well I am unsure why isql does not work" |
|
|
dsdeming
479 Posts |
Posted - 2002-05-06 : 09:33:56
|
| According to BOL:All DB-Library applications, such as isql, work as SQL Server 6.5–level clients when connected to SQL Server 2000. They do not support some SQL Server 2000 features. The osql utility is based on ODBC and does support all SQL Server 2000 features. Use osql to run scripts that isql cannot run. |
 |
|
|
|
|
|