I have a system where I only have osql available (SQL2K Express). I execute queries and at one moment it stopped displaying any results. It seems that actually it does not execute the queries (because an erroneous script does not show an error). I do:
osql -E
use <dbname>;
go;
select top 1 * from SomeTable;
go;
If I write "go" without the training ";", is displays one error for each time I written a "go" without the training ";" during current "session";
Restarting osql does not help.
Any clue anyone?
Thanks, florin