本文介绍了如何通过存储过程调用网页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想通过存储过程调用url.我该怎么办?
I want to call an url through Stored procedure. how can i do it?
推荐答案
exec master..xp_cmdshell 'c:\progra~1\intern~1\iexplore.exe www.xyz.com'
根据计算机设置将路径更改为iexplore.exe
Change the path to iexplore.exe as per your machine setup
这篇关于如何通过存储过程调用网页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!