Blog di Zanirato Luca

Microsoft SQL Server Database!

Blog - Sites Links

Browse by Tags

All Tags » Passing (RSS)
Passing a Temp Table to a Stored Procedure
With SQL 2008, table variables can now be passed into stored procedures. Temp tables can also be passed into stored procedures from other stored procedures and triggers. This is true in 2008 and earlier versions like SQL 2005 and 2000. This allows for...