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"

Comments

Popular posts from this blog

Error : ID4243: Could not create a SecurityToken.

MVC - Looping through the model properties from cshtml