Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

temp tables in sql server

DECLARE @TempTable AS TABLE(//Mention your columns in here.//)
After that you can insert into this table later.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #temp #tables #sql #server
ADD COMMENT
Topic
Name
5+3 =