15.Execute a large SQL Script from Command line



15.Execute a large SQL Script from Command line

15.Execute a large SQL Script  from Command line

Execute a large script from the Command line.
This method will help when trying to downgrade the SQL Version of a large DB
Script Line : sqlcmd -s ServerName -d DB_Name -i ScriptName.sql -x

Comments are closed.