Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Using INSERT with EXECUTE

Author  Topic 

JumpingJack
Starting Member

1 Post

Posted - 2001-09-07 : 10:57:04
Is there an alternative to using a temporary table in the statement below?
Help says I can't use table variable.
any other options?

Example:
INSERT #COST_HISTORY
EXEC usp_GetProductCostValueHistory


Jack Siwo

Software Engineer
Alphameric Retail
e-mail:
jack.siwo@alphameric.com
web: http://www.alphameric.com
   

- Advertisement -