Is it possible to access a SqlServer installed machine from a machine which does not have SqlServer installed (from within a .NET application)?
Cheers,
James Chang.
Yes. The .NET Framework comes with a SQL Server provider. Utilizing
classes in the System.Data and System.Data.SqlClient namespaces, you could
build a client application that accesses a SQL Server database on a remote
system.