Is there a...

  • Thread starter Thread starter Jacek Jurkowski
  • Start date Start date
Jacek Jurkowski wrote :
... dialog box for creating a connection string to sql server?

1. Create an empty file with a .udl extension
2. double click it: it will open a property screen for a connection
string
3. open the file in notepad: there is your connection string

Note: you might need to remove the "provider" entry before you can use
it from .net.

Hans Kesting
 
Mark said:
Do a search in SQL BOL for SMO. Sql Management Objects is a collection
of .NET assemblies which is optionally installed with SQL Client.

How is this different from SqlDataSourceEnumerator class? I have used
this class but never used the method you mentioned!

Regards,
 
Back
Top