Viewing SQL Server via the web?
Q: How can you view SQL Server through the Internet?
SQL Stan 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: http://support.microsoft.com/kb/169377.
Technorati Tags:
T-SQL, ASP code, browser-based application