Hey - What does this button do?
This code (actually, code very much like it) made it through development and test (in a different team; we never make mistakes,) and worked beautifully. In production, however, it was an utter failure. It isn't difficult to spot the problem; can you?
----------------------------------------------
INSERT INTO BigFatTable (Name, Description, Time)
VALUES (@Name, @Description, @Time)
SELECT @Output = SCOPE_IDENTITY()
FROM BigFatTable
----------------------------------------------
//
// Llywarch Moel
// (aka Number 5)
//
New Comments to this post are disabled