Using Variables and Parameters

Transact-SQL has several ways to pass data between Transact-SQL statements. Among these are:

Applications use application variables and parameter markers to work with the data from Transact-SQL statements.

See Also
DECLARE @local_variable SELECT
Functions SET @local variable

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.