工具运行前的环境准备
1、登录用户管理员权限确认
工具使用的登录用户(-u后面的用户),必须具有管理员的权限,因为需要读取系统表
例:Export.bat -s 10.48.111.12 -d db1 -u test -p test -schema dbo 
2、Powershell的安全策略确认
1)管理员打开cmd窗口

2)输入powershell,启动powershell

3)输入Get-ExecutionPolicy,检索powershell安全策略

4)如果上面执行的结果不是 RemoteSigned,执行 Set-ExecutionPolicy RemoteSigned









![python算法和数据结构刷题[5]:动态规划](https://i-blog.csdnimg.cn/direct/a18bf42fd18c4f35937d3793bd67de08.png)










