Hi Friends
I am going through a piece of code in SQL server. My programmer has declared around 20-25 variables in his program which are not used anywhere in it.
What will be the after affects of declaring the variables and not using them in the procedure?
Cheers