Articles for: MSSQL

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.

PowerShell: Create MSSQL database

Sometimes is important to create MSSQL database by PowerShell script and make it automated so let's look at how we can do that.