首页 > 代码库 > Powershell运行Invoke-Sqlcmd命令的先决条件
Powershell运行Invoke-Sqlcmd命令的先决条件
运行Invoke-Sqlcmd命令,使用这个命令需满足如下条件:
1、在运行服务器中安装SQL Server 2008 R2 Management ObjectsI
2、在运行命令 invoke-sqlcmd 前执行如下语句.
1 Add-PSSnapin SqlServerCmdletSnapin100
2 Add-PSSnapin SqlServerProviderSnapin100
参考原文内容:
Since all of the steps I required weren‘t listed in one place, I thought I‘d list them here in case it helps anyone:
- Install SQL Server 2008 R2 Management Objects using Web PI (I‘m not sure about versions prior to 2008 R2... if you have more info, please let us know in the comments)
- Install ‘Windows PowerShell Extensions for SQL Server‘ from the Microsoft? SQL Server? 2008 R2 Feature Pack page (it‘s about halfway down the page). Make sure you pick the correct flavor for your instance (32 or 64 bit).
- Run these two commands before calling invoke-sqlcmd in your script:
Add-PSSnapin SqlServerCmdletSnapin100
Add-PSSnapin SqlServerProviderSnapin100
参考文章:<http://www.jasonq.com/blog/2012/3-things-to-do-if-invoke-sqlcmd-is-not-recognized-in-windows-powershell
Powershell运行Invoke-Sqlcmd命令的先决条件
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。