내가하는 일에 관계없이 SQLCMD를 작동시킬 수 없습니다. 200MB + 크기의 스크립트를 실행하려고하는데 SQL Server 응용 프로그램에서 실행할 수 없으므로 SQLCMD를 통해이 작업을 수행해야하지만 로그인하거나 스크립트를 실행할 때마다 즉시 닫힙니다.
msdn이 sqlcmd 유틸리티를 따랐습니다.
신뢰할 수있는 명령 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..
명시 적 서버, 사용자 이름 및 비밀번호 선언을 통해 시도했습니다.
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'..