I want to dynamically (through code at run time) find a SQL Server instance installed on the target PC, then create a database and finally attach my MDF file.
Is it Possible? How can I do that? (I'm using C# Framework 3.5 Visual Studio 2008)
I want to dynamically (through code at run time) find a SQL Server instance installed on the target PC, then create a database and finally attach my MDF file.
Is it Possible? How can I do that? (I'm using C# Framework 3.5 Visual Studio 2008)