Re: Use of @ in Stored Procedure

2006-06-28 Thread Peter Brawley
Jesse wrote: I have skimmed through several pages of instructions on creating stored procedures, and I can't seem to find when I should and should not use the "@" symbol before a variable name? I have seen a lot of procedures where it's always used, and I've written a procedure or two that do

Use of @ in Stored Procedure

2006-06-27 Thread Jesse
I have skimmed through several pages of instructions on creating stored procedures, and I can't seem to find when I should and should not use the "@" symbol before a variable name? I have seen a lot of procedures where it's always used, and I've written a procedure or two that doesn't use it at