How can you view SQL Server through the Internet?
Q: How can you view SQL Server through the Internet?
Jason Hall says: Unfortunately, you didn’t tell me if you needed to expose the database to developers, end-users, or administrators. Their needs differ as do the means of exposing SQL Server over the internet to each different type of user.
However, I’ll assume you’re a developer and you want to program an application that is exposed to end-users over the internet. In a situation like this, most people use ASP code.
Read all about it at Microsoft support here.
Technorati Tags:
SQL Server, ASP, development