How to Access Sql Server database online in C# window app
I have a C# Windows based project with SQL Server 2008 database. Now I want to access the database online through internet not in the client system(not installing the SQL Server in Client System). How Can I do that? Please Reply.