One last questions... scope_identity()
I can't seem to find a detailed yet simple overview on using scope_identity()
My main questions is do I *have* to do it in a stored procedure?
Can I get away with an entire application without ever using a stored procedure? (as well as all the fancy stuff like Users & Roles).
I can't seem to find a detailed yet simple overview on using scope_identity()
My main questions is do I *have* to do it in a stored procedure?
Can I get away with an entire application without ever using a stored procedure? (as well as all the fancy stuff like Users & Roles).