1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Executing large sql file using sqlcmd

Discussão em 'Outras Linguagens' iniciado por Stack, Maio 17, 2021.

  1. Stack

    Stack Membro Participativo

    I am trying to run sql file using sqlcmd with 1.2 million line of codes. The script only contain insert with where statement but somehow no error is shown in the log file. The log file is blank. I am not sure what might be causing this issue.

    sqlcmd.exe -S 1.1.1.1 -d dbname -U user -P pass -b -i example.sql -o "job_entry.log" .`

    Any reason why?

    Continue reading...

Compartilhe esta Página