Independientemente de lo que haga, no puedo hacer que SQLCMD funcione. Estoy tratando de ejecutar un script que tiene un tamaño de más de 200 MB y no se puede ejecutar desde la aplicación del servidor SQL, por lo que necesito hacerlo a través de SQLCMD, sin embargo, cada vez que intento iniciar sesión o ejecutar el script, se cierra inmediatamente.
He seguido la utilidad sqlcmd por msdn.
He intentado abrirlo mediante el comando de confianza 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..
He intentado a través del servidor explícito, el nombre de usuario y la declaración de contraseña:
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'..
fuente