master.dbo.xp_cmdshell 被删除了 不允许用 怎么办?
EXEC master..xp_cmdshell
'bcp "select * from db.dbo.tb where datediff(dd,getdate(),col)= -1 " queryout "g:\bak\vis ' '+convert(varchar(10),getdate(),2)+ ' '.txt " -c '
就不能用了
还有什么其他的方法 可以建立JOB 每天倒出前一天数据到文本文件吗
------解决方案--------------------sp_addextendedproc