If I copy my code from an editor that is connected to Teradata and paste it into an editor that is connected to SQL Server, Toad modifies my script.
For example it inserted brackets to change select current_date to select [current_date]. It also inserted .dbo as a qualifier for all my tables in the from statement.
This is VERY frustrating when I don’t know what has been modified and is hard to troubleshoot.
Is there a setting I can change to turn off this feature or is it a bug?
Thanks!