SQLCop Decimal Size Problem Inside Comment
SQLCop Decimal Size Problem does not handle comments. For example, this procedure is improperly flagged.
CREATE PROCEDURE dbo.X
AS BEGIN
--this procedure has no decimal fields in it.
SELECT 'X' AS [X]
END
1
vote
1 comment
-
Jeffery Wise
commented
having the same problem, and i hate having to inspect this only to read my notes in my proc as to why this happens. Gives me a false flag....