I had coded value which was used in many stored procedures, so to create a global variable (at database level) and use that in all the stored procedure ,
if the changes again comes then only need to change the value of that variable will impact in all the logic of Stored Procedure.
by global variable i mean : @@Error,@@ROWCOUNT or etc.
please suggest if any other way around.