Accessing Database Objects Using Http
Is it possible to access database object using HTTP in SQL Server 2012 the way it was done using SQL Server 2000? I referred following article but it is about SQL Server 2000. Ac
Solution 1:
As shown in the article http://technet.microsoft.com/en-us/library/cc646023.aspx#BKMK_ssde, the SQL server can be configured to be accessed via HTTP. To achieve this you firstly need to create and endpoint (as described here). Among this, the firewall issue is also need to be checked because of the additional ports usage. But, according to this article, the HTTP endpoints will not be supported in the future versions of SQL Server.
Post a Comment for "Accessing Database Objects Using Http"