Home » RDBMS Server » Server Utilities » SQL script - Start command
SQL script - Start command [message #368157] |
Fri, 15 September 2000 11:09  |
Chella
Messages: 25 Registered: September 2000
|
Junior Member |
|
|
I have a .sql file (Trans.sql) as follows;
spool TransEPOCREC.txt
SELECT TransCode|| ',' ||TransDateDays FROM tblMailBoxData
WHERE TransCode = 11;
spool off
The Trans.sql file is stored in say c:\bsp folder.
When I goto SQL> and type start c:\bsp\Trans.sql, it gives me error. Then I typed start Trans.sql and still it does not work.
Would anyone know why ? Should I store the .sql file in any particular folder ?
Help appreciated.
|
|
|
|
|
|
Goto Forum:
Current Time: Tue Mar 11 23:04:56 CDT 2025
|