由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 请教sql server 2005,怎样在固定时间run stores procedure
相关主题
请问 sql server Script 执行的问题德州招SQL Developer
怎么样提高SQL SERVER的编程水平?怎么找工作啊?
Looking for a mid-level SQL Server Developer, NJ请教sql server temptable # 和 ##
如何从一个Stored Procedure中实时返回运行信息请教有关junior level的database support的面试
Arithmetic overflow error converting expression to data type float2 SQL SERVER Sr SQL Programmer positions (转载)
求建议,要面没有project经验,但自学了的东西 (转载)Sql Server有没有清除过期记录的有效办法?
开班了SQL Server - how to obtain data type name
求被“开班”培养!Any SSIS high hand here?
相关话题的讨论汇总
话题: procedure话题: sql话题: job话题: 文件话题: 怎样
进入Database版参与讨论
1 (共1页)
g********e
发帖数: 9
1
客户需要我们每天9点送一个文件.写了一个很简单的store procedure.问题是怎样可以
每天早上自动运行这个store procedure,然后把结果存在一个delimited形式的文件里,
再把这个文件放到客户的ftp site?
用SQLCMD吗?怎么用?
请大牛指点.谢谢
i****a
发帖数: 36252
2
"怎样在固定时间run stores procedure"
sql agent job
"然后把结果存在一个delimited形式的文件里"
write that into your stored proc
再把这个文件放到客户的ftp site
one of the job steps, can use dos command

里,

【在 g********e 的大作中提到】
: 客户需要我们每天9点送一个文件.写了一个很简单的store procedure.问题是怎样可以
: 每天早上自动运行这个store procedure,然后把结果存在一个delimited形式的文件里,
: 再把这个文件放到客户的ftp site?
: 用SQLCMD吗?怎么用?
: 请大牛指点.谢谢

g********e
发帖数: 9
3
谢谢回复.我不是IT部门的.只偶尔用一下management studio.你能把sql agent job 和
one of the job steps, can use dos command详细解释一下么?
非常谢谢!

【在 i****a 的大作中提到】
: "怎样在固定时间run stores procedure"
: sql agent job
: "然后把结果存在一个delimited形式的文件里"
: write that into your stored proc
: 再把这个文件放到客户的ftp site
: one of the job steps, can use dos command
:
: 里,

m****o
发帖数: 51
4
ssis package 然后用sql agent job
j*****n
发帖数: 1781
5
an ssis package with scheduled job can solve your problem.
ask your IT dep for help. this is not your job responsibility.

【在 g********e 的大作中提到】
: 谢谢回复.我不是IT部门的.只偶尔用一下management studio.你能把sql agent job 和
: one of the job steps, can use dos command详细解释一下么?
: 非常谢谢!

1 (共1页)
进入Database版参与讨论
相关主题
Any SSIS high hand here?Arithmetic overflow error converting expression to data type float
SSIS import and export wizard 搞不定了求建议,要面没有project经验,但自学了的东西 (转载)
I HATE Micro$oft开班了
mysql的问题求被“开班”培养!
请问 sql server Script 执行的问题德州招SQL Developer
怎么样提高SQL SERVER的编程水平?怎么找工作啊?
Looking for a mid-level SQL Server Developer, NJ请教sql server temptable # 和 ##
如何从一个Stored Procedure中实时返回运行信息请教有关junior level的database support的面试
相关话题的讨论汇总
话题: procedure话题: sql话题: job话题: 文件话题: 怎样