Run sqlcmd without having SQL Server installed

后端 未结 3 849
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-25 11:29

I\'m working on a Java program that is calling sqlcmd. It works perfectly on a computer with SQL server installed, but not at all on a computer that doesn\'t.

3条回答
  •  自闭症患者
    2020-12-25 12:12

    There is a free tool "SQLS*Plus" (on http://www.memfix.com ) which is like SQL*Plus for SQL Server.

    Very flexible with data formatting (set lines size, pagesize, etc), variables (&, &&), spool, etc

    Not sure about redistribution rights

提交回复
热议问题