|
|
|
|
Browse by Tags
All Tags » SQL Server 2011 » metadata discovery (RSS)
-
In my previous job, we had several cases where schema changes or incorrect developer assumptions in the middle tier or application logic would lead to type mismatches. We would have a stored procedure that returns a BIT column, but then change the procedure to have something like CASE WHEN <condition> THEN 1 ELSE 0 END. In this ...
|
|
|
|
|