How to run big size sql script in SQL sever

1) Open cmd and find sql script file.
                Eg: C:user/kesikan/document>
2) Create database with database name like in file sql

3) run the following command.

 C:user/kesikan/document> sqlcmd -S  CPL2017028\SQLEXPRESS2008R2 -i script_MOT.sql

Comments

Popular posts from this blog

How can we find .net version in server or computer

Develop recaptcha validation in c# backend and website

Download csv file in client side with mvc controller