Includes three tools; nsqlcli, nsqlsp, and nsqldump.
I originally wrote this client to place stored procedures into revision control and access an microsoft sql server without access to a machine GUI. It has since envolved into something very much more useful.
Examples of usage:
# copying tables from one database to another
$ nsqldump mssql://db1 'table(create, data)' | nsqlcli mssql://db2
# getting all stored procedures with prefix intranet_
$ nsqlsp mssql://db1 get 'intranet_*'
Colin JN Breame (colin@breame.net)
Last updated 05/06/2005