Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OUTPUT in Insert
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
01673377
Message ID:
01673394
Views:
38
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform