Blog di Zanirato Luca

Microsoft SQL Server Database!

Blog - Sites Links

Browse by Tags

All Tags » Table (RSS)
Table-Valued Parameters in Action
SQL Server 2008 recepisce una richiesta che gli sviluppatori avevano inoltrato a Microsoft già da parecchio tempo, ossia la possibilità di passare a stored procedure e function definite dall’utente, parametri di tipo tabella ovvero Table-Valued Parameters...
Posted: mag 18 2010, 08.41 by superzani3 | with no comments
Filed under: ,
Indexes and Temporary Table
Articolo molto ben curato riguardante l'argomento Indici e Tabelle Temporanee . http://www.ugiss.org/Content/Article/Indexes-and-temporary-table.aspx (Fonte UGISS - Sergio Govoni) Ciao
Posted: nov 30 2009, 10.44 by superzani3 | with no comments
Filed under: , , ,
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...
TABLE Type
In questo articolo tratto da HTML.it (Database) viene specificato in maniera chiara una tecnica che non implica l'uso di tabelle temporanee e cursori che spesso sono necessari per tirarsi fuori dagli impicci. L'uso eccessivo di cursori e tabelle...
Posted: mag 29 2009, 01.17 by superzani3 | with no comments
Filed under: ,