suggestion: delimit identifiers
jroh
Posts: 15
It would be nice to have a way to delimit existing identifiers, without having to qualify the object name.
Thanks, J
Thanks, J
Comments
SELECT * FROM Northwind.dbo.Customers
to:
SELECT * FROM [Northwind].[dbo].[Customers]
If so, this is the feature I am also looking for.
so,
SELECT [field1], [field2] FROM [Northwind].[dbo].[Customers]
The issue is inconsistency. Sql server enterprise manager generates the brackets, and sql prompt generates the brackets, but if I'm looking through old code they may not be on there. I have to do every search and replace twice because it may or may not have the brackets on there.
Thanks, James
I've put this on our internal wish list. Can I ask if anyone uses quoted delimeters or is this just square brackets?
Kind regards,
David Atkinson
Product Manager
Red Gate Software
Product Manager
Redgate Software