Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OUTPUT in Insert
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
01673377
Message ID:
01673394
Vues:
37
>How do you create a memory table (vs temp table)? I simply have not done it before
>
>>Why using a temp table instead of a memory table?

create @variable table (..) -- memory table

create table #temp (...) -- temporary table created in the tempDB database.

Both can be used in your procedure with not much difference.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform