开发者

Calling SQL Server database from Unix

With oracle currently there开发者_开发问答 is a way to call a database through a command prompt using sqlplus. I'm wanting to know if there is a way to call a SQL Server server the same way so that I can have a shell script do it for me. Is there a way?


http://www.freetds.org/

"FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases. "

http://www.freetds.org/userguide/usefreetds.htm

fisql

A complete replacement of the isql utility programs distributed by Sybase and Microsoft. > Like them, fisql uses the command "go" on a line by itself as a separator between batches.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜