我有一个要使用 PowerShell 运行的 SSIS dtsx 包。以下是我在 powershell 中运行的内容。
EXEC xp_cmdshell '"C:\Program Files\Microsoft SQL Server\130\DTS\Binn\DTExec.exe" /f "F:\SqlExport\New package.dtsx"'
不幸的是,我收到以下错误,我不知道为什么
EXEC : 术语“EXEC”未被识别为 cmdlet、函数的名称, 脚本文件或可运行的程序。检查名称的拼写,或者如果路径 已包含,请验证路径是否正确,然后重试。 在行:1 字符:1 + EXEC xp_cmdshell '"C:\Program Files\Microsoft SQL Server\130\DTS\Binn ... + ~~~~ + CategoryInfo : ObjectNotFound: (EXEC:String) [], CommandNotFoundException +fullyQualifiedErrorId:CommandNotFoundException
我也xp_cmdshell
使用以下命令在 SQL Server 中启用了