dear all
with existing settings when i create new procedure by default quoted identifier for this is 1.
created procedure using -
create procedure aa as
print 'sss'
Checked quoted identifier using -
select *
from sys.sql_modules
WHERE uses_quoted_identifier = 1