Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Variables In sp_executesql

Status
Not open for further replies.

Savil

Programmer
Joined
Apr 28, 2003
Messages
333
Location
EU
Hi
Is it possible to us a table variable @tbl within an sp_executesql string? I can use a temp table #tbl no worries but would prefer to use the table variable.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top