使用http请求在SQL Server中执行存储过程

时间:2017-01-06 12:27:54

标签: sql-server http stored-procedures

有没有办法使用http请求在SQL Server实例上执行存储过程?例如,如果我的SQL Server位于具有特定IP地址的远程服务器上,我可以这样做:

http://[ipaddress]:[port]/database=[databaseName]/stored_procedure_name 

stored_procedure_name上运行[databaseName]的SQL Server实例上执行数据库[ipaddress]中的过程[port]

1 个答案:

答案 0 :(得分:0)

旧版本的SQL Server支持本机Web服务。这是SQL Server 2008中的deprecated,并在SQL Server 2012中被删除。 Microsoft建议改为使用WCF。这是问题的discussion