[All]
When running an isql script I get the error: Expected end of statement, encountered
Abstract: When running an isql script I get the error: Expected end of statement, encountered
Problem:
I created a ddl script which seemed to run to completion, as all of the objects
were created, but when the script was done the above error was given.
Solution:
The trick is to make sure that
you put in a carraige return after the last line of the script.