Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Thursday, February 7, 2013
SQL query result insert in temp table
SQL Server >
Create dynamic temp table
Select into create dynamical temporary table
Example
SELECT
*
into
#t
FROM
table
Newer Post
Older Post
Home