Community

Declaring and Using Transact-SQL Variables in a Stored Procedure

(Jim Ferguson) Most people are familiar with declaring and using Transact-SQL variables in stored procedures. Typically, these variables are used for temporary storage of scalar values such as integers, strings, dates and so forth. However, a variable may also be a table-type variable. You can use a

Read More - Register for Free Membership