IT:AD:SQL Server:HowTo:SQL:Functions/Variables
Summary
Notes
DECLARE/@MyAmount Money SET @MyAmount = 0.00 ...
You don't need to worry about DEALLOCATE: it's only used with Cursors.
it:ad:sql_server:howto:sql:functions_variables
DECLARE/@MyAmount Money SET @MyAmount = 0.00 ...
You don't need to worry about DEALLOCATE: it's only used with Cursors.