Community

SQL Server Table Variable Example

(Rick Dobson) A table variable is a local variable that has some similarities to temp tables. Table variables are created via a declaration statement like other local variables. Like other local variables, a table variable name begins with an @ sign. However, its declaration statement has a type