Connection Stream - Do you use a UDL when getting database settings?
Updated by Brady Stroud [SSW] 1 year ago. See history
Why do people always invent ways of getting the same old server name and a database name? Look at this image from Speed Ferret - one of my favorite SQL Server utilities.

❌ Figure: Bad Example - Custom database connection screen in Speed Ferret
While a nice form, it would have taken quite some developer time to get it right. Not only that, it is a little bit different than what a user has seen before. Now look at this UDL from one of our utilities SSW SQL Auditor:

✅ Figure: Good Example - Standard Microsoft UDL dialog
Every developer has seen this before - so use it. Better still, it is only a few lines of code: B-Open UDL Dialog-DH.txt

Figure: Coming in Visual Studio .NET 2005 Microsoft are yet to release an API to do this
Exception
The above cannot be used when you want the user to create a new database. Microsoft does not supply an out of the box UI and there is no third party solution. Only in this case you have to create your own form.

Figure: SQL Deploy uses its own custom form for "selecting" a database name