Hello
in a command window I try to start a sql script like following:
@'C:\TEMP\test.sql' '&stmt'
The &stmt prompt me for an input. In my case this input can be a large query. Unfortunately the prompt seems to access only 50 character. Is it possible to increase this size?
Thank's for any help
Joerg
in a command window I try to start a sql script like following:
@'C:\TEMP\test.sql' '&stmt'
The &stmt prompt me for an input. In my case this input can be a large query. Unfortunately the prompt seems to access only 50 character. Is it possible to increase this size?
Thank's for any help
Joerg