Database properties included into stored proc script
Currently RedGate includes these lines to every stored procedure it puts into SVC:
"SET QUOTEDIDENTIFIER ON" and the "SET ANSINULLS ON"
Actually I don't think it makes much sense because these are simply db properties and should be tracked and version controlled as a separate database properties script, but not included into every stored procedure file.
OR it would be nice if we simply can turn it off.
4
votes
Alex Lukashov
shared this idea