Indipendentemente da ciò che faccio, non riesco a far funzionare SQLCMD. Sto cercando di eseguire uno script che ha una dimensione di 200mb + e non può essere eseguito dall'applicazione sql server, quindi devo farlo tramite SQLCMD, tuttavia ogni volta che provo ad accedere o eseguire lo script si chiude immediatamente.
Ho seguito l'utilità sqlcmd di msdn.
Ho provato a aprirlo tramite il comando affidabile SQLCMD -EI ottenere:
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..
Ho provato tramite la dichiarazione esplicita di server, nome utente e password:
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'..