Posts

Showing posts from November, 2019

SQL Server - Execute big script files from the command line

SQL Server - Execute big script files from the command line sqlcmd -S <<ServerName>> -d "<<DB Name>>" -i "C:/script.sql"