Hi I am new to SQL SERVER , I used to run .sql file that is having insert statements (Size 8GB) and tried to run on SQLCMD and having syntax issues.. Kindly help me to come out from it
Tried to run below command from SQLCMD but getting syntax errors:
sqlcmd -S DESKTOP-05PQF4Q -d B2BLeadforce -i F:\Spondias\B2B_Callcenterproject\B2B Database\TransactionType -a 32767
Msg 102, Level 15, State 1, Server DESKTOP-05PQF4Q, Line 1
Incorrect syntax near 'S'.
How to run large sql file in sql server 2018..
Kindly help me