Joe K.
2009-08-12 21:32:01 UTC
I have SQL Server 2005 Express Edition that I have created SQL file script
that creates database backups files. The batch file calls the SQL file
script.
When I run the SQL file script in the query windows it completes output an
error. When I run the batch file which calls the SQL file script it outputs
the error message listed below.
Please help me resolve the error listed below.
Thanks,
batch file
sqlcmd -S NMFREE\SQLEP -U sa -P HkdsYHRE312 -i D:\NMFREE\BackupE.sql -o
D:\NMFREE\backup.log
Output Error Message
HResult 0xE9, Level 16, State 1
Shared Memory Provider: No process is on the other end of the pipe.
Sqlcmd: Error: Microsoft SQL Native Client : Communication link failure.
that creates database backups files. The batch file calls the SQL file
script.
When I run the SQL file script in the query windows it completes output an
error. When I run the batch file which calls the SQL file script it outputs
the error message listed below.
Please help me resolve the error listed below.
Thanks,
batch file
sqlcmd -S NMFREE\SQLEP -U sa -P HkdsYHRE312 -i D:\NMFREE\BackupE.sql -o
D:\NMFREE\backup.log
Output Error Message
HResult 0xE9, Level 16, State 1
Shared Memory Provider: No process is on the other end of the pipe.
Sqlcmd: Error: Microsoft SQL Native Client : Communication link failure.