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:
01673397
Vues:
34
Thank you. So, I suppose, I was using the memory table.

More importantly, if you see my reply to Hugo, and have an answer, please let me know.


>>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.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform