Z-SQL is a package-oriented SQL language designed for Microsoft SQL Server. Full language specification is provided. The compiler translates Z-SQL to SQL Server's native T-SQL. A command line tool, zsql, that superseeds osql is also included.
Be the first to post a text review of Z-SQL for Microsoft SQL Server. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Today the license is switching from LGPL license to BSD which is less restrictive.
Z-SQL 1.2 has been released. It includes one new feature - command-line arguments. To pass arguments to a script, use the new option -za "value" multiple times. The arguments are accessable within the script as _1, _2, _3, ... . _0 resolves to their count.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?