Changing the command terminator

If you include the command terminator argument (-c), you can choose your own terminator symbol; go is the default value for this option. Always enter the command terminator without blanks or tabs in front of it.

For example, to use a period as the command terminator, invoke isql as follows:

isql -c.

A sample isql session with this command terminator looks like this:

1> select name from sysusers
2> .
name
-----------
sandy
kim
leslie
(3 rows affected)

Using the isql command terminator option with scripts requires advance planning: