How can I stop Toad from automatically formatting my SQL when I save a script?
Ideally, I’d like to disable the formatter completely. (Yes, I know I can customize it, but not nearly enough.)
How can I stop Toad from automatically formatting my SQL when I save a script?
Ideally, I’d like to disable the formatter completely. (Yes, I know I can customize it, but not nearly enough.)
Hi Mark,
Sorry, I don’t understand this problem. I try to save stored procedure as script, or create procedure, or alter procedure, but all the script not change the formatting.
Could you please kindly provide us more specific step?
Kelly
Two use cases:
One:
Right-click on a stored procedure in the Object Explorer pane and select Details.
Select the Script tab.
The code shown has been reformatted by Toad, not as it exists in the database.
Two:
Right-click on a stored procedure in the Object Explorer pane and select Alter Stored Procedure.
Make any change.
Select the SQL Script tab.
The code shown has been reformatted by Toad, not as it was in the General tab.
Select the General tab and you will see the code with the original formatting is still there.