博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SqlServer扩展存储过程
阅读量:4973 次
发布时间:2019-06-12

本文共 731 字,大约阅读时间需要 2 分钟。

1. 扩展存储过程xp_cmdshell用法:

--1.启用SP_CONFIGURE 'show advanced options',1RECONFIGUREGOSP_CONFIGURE 'xp_cmdshell',1RECONFIGUREGO--2.用法master..xp_cmdshell 'DIR D:\'--3.关闭SP_CONFIGURE 'xp_cmdshell', 0   RECONFIGURE  GOSP_CONFIGURE 'show advanced options', 0  RECONFIGURE GO
View Code

 2.利用Package(.dtsx)加载数据文件到DB中:

master..xp_cmdshell 'F:\FCapSSISPkg\Scripts\Working\DTS\Binn\dtexec /FILE Package文件路径\PackageName.dtsx /DECRYPT XXXXXX /set \Package.Variables[Server].Value;"\".\"" /set \Package.Variables[ServerFIS].Value;"\".\"" /set \Package.Variables[BaseFolder].Value;"\"E:\要加载的文件的路径\"" /set \Package.Variables[参数名].Value;"\"参数值1\"" /set \Package.Variables[参数名].Value;"\"参数值1\""'
View Code

 

转载于:https://www.cnblogs.com/sccd/p/5535746.html

你可能感兴趣的文章
oracle 单行函数
查看>>
JavaScript基础---数据类型及转换
查看>>
六 一行数据存储到文件的过程。
查看>>
VScode常用几个前端插件live HTML previewer和debugger for chrome的配置
查看>>
配置伪静态的好处
查看>>
剑指offer(31-35)编程题
查看>>
冲刺阶段(一) 第五天
查看>>
[luogu2709] 小B的询问
查看>>
python学习笔记二-----手机环境搭建
查看>>
ionic 提示 Error: Could not find gradle wrapper within Android SDK.
查看>>
模拟 ZOJ 3878 Convert QWERTY to Dvorak
查看>>
递推+高精度+找规律 UVA 10254 The Priest Mathematician
查看>>
BFS(双向) HDOJ 3085 Nightmare Ⅱ
查看>>
丽江的柔软时光&带着轩宝去流浪
查看>>
Linux下redis搭建与配置
查看>>
宽度过小,左右浮动元素会下沉的解决方案
查看>>
HDU 2076 夹角有多大
查看>>
跳台阶
查看>>
美好的十年工程师生涯(转载)
查看>>
二进制
查看>>