Preserve brackets arround stored procedure and function names or any database item
I need to keep brackets around stored procedure and function names, but dbForge keeps removing them.
Original
CRATE PROCEDURE [dbo].[SprocNameSample] After saving my changes to
the sproc:
CREATE PROCEDURE dbo.SprocNameSample
This behavior goes against the convention established at my workplace.
Please allow us to keep the brackets in place when we save changes to Stored Procedures and Functions.
-
Boris commented
Also wish to keep brackets around table and column names, triggers and all other objects.
"Create Scripts Folder or Snapshot Dialog Box" - this tool kept all brackets.
But "Generate Script Wizard" did not.