How to automatically open a few Named SQLs into different Editor tabs at the startup of Toad?
WORKAROUND:
1. Take the Named SQLs and place them into one SQL file and separate them with / such as:
Select * from table1
/
Select * from table2
/
Select * from table3
2. Select View | Toad Options menu option and select Startup from left side Tree
3. Under File to Load Startup field, browse to the SQL file just saved
4. Take out the double quotes around the path and file name in this field
5. Select Editor | Open/Save from left side tree
6. Check the Automatically split files when objects separated by / check box
7. Hit OK and exit options
8. Close, reopen Toad and connect to database