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)
 Dynamic Temporary Tables

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-08-03 : 10:00:59
Gaurav writes "I would like to create a temporary table (within a stored procedure) using the output of SQL query. I know i can do that using the 'Select Into' Statement but i need to add an Identity column to the temporary table. The SQL Query is a generic query and cannot be hard coded.

Thanx"
   

- Advertisement -