Independentemente do que faço, não consigo fazer o SQLCMD funcionar. Estou tentando executar um script com mais de 200mb de tamanho e não pode ser executado no aplicativo sql server, portanto, preciso fazer isso via SQLCMD, no entanto, sempre que tento fazer login ou executar o script, ele é fechado imediatamente.
Eu segui o utilitário sqlcmd pelo msdn.
Eu tentei abri-lo através do comando confiável SQLCMD -EI get:
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Named Pipes Provider: Could not open a connection to SQL Server [2]. .
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login timeout expired.
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..
Eu tentei via servidor explícito, nome de usuário e declaração de senha:
C:\Users\MyUserName\Documents>SQLCMD -S DESKTOP-1N3OD6V\SQLEXPRESS -U DESKTOP-1N3OD6V\MyUserName-P MyPassword
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login failed for user 'DESKTOP-1N3OD6V\MyUserName'..
fonte