Skip to content

Instantly share code, notes, and snippets.

@jagad89
Created May 9, 2016 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jagad89/824ded43f89ed49b7a02d24933b8a143 to your computer and use it in GitHub Desktop.
Save jagad89/824ded43f89ed49b7a02d24933b8a143 to your computer and use it in GitHub Desktop.
Restoring or Import large file in MSSQL using sqlcmd
sqlcmd -S <Servername> -U <Username> -P <password> -d <Databasename> -i <filename> -a 32767
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment