January 18, 2014 at 7:05 am
can any body help us
how to create a temp table using store producer and insert value from three table in that temp table
Thanks
January 18, 2014 at 9:12 am
Just create the Temp Table using a CREATE TABLE statement (Temp Table names begin with the # sign) and then use normal inserts to populate it.
Temp Tables have a "scope" to them. You might want to read up on them. Please see the following URL which actually has an example of how to create Temp Tables in a proc. Open the following URL and search for the word "Temporary" on the page.
http://technet.microsoft.com/en-us/library/ms174979.aspx
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply