$0No that's no the reason. I have faced myself this issue and after 2 weeks of research I found the issue. The problem is the SQLCMD is not capable to distinguish the special character "-" so what you have to do is use the following command:$0
$0--First go to the SQLCMD.exe path$0
$0cd C:\Program Files\Microsoft SQL Server\90\Tools\Binn$0
$0--Then run the following command:$0
$0SQLCMD.EXE -E -S np:\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query /i G:\SQL_Backup\scripts\backupDB.sql$0
$0As you can
↧