Tuesday, August 23, 2011

How to Create Temparory Table

By using the below query we can able to create the temp table

SELECT * INTO #TEMPTABLENAME FROM TABLENAME

No comments:

Post a Comment