Articles for: T-SQL

MSSQL: INSERT INTO vs SELECT INTO

This article describe difference between INSERT INTO and SELECT INTO sql command.

MSSQL: table variable vs temporary table

Article describes differences between temporary tables and table variables in SQL server and their performance impact.