Saturday, November 04, 2006 11:02:20 PM UTC :: Filed Under C# | SQL

While attempting to retrieve a list of installed databases on my PC using SQLDMO in C#, I found that the named instances of SQL never showed-up no matter what I did.  Since my PC only has two named instances of SQL server installed and no default instances, this created a problem!

As it turns-out, the Windows Firewall was blocking calls to the SQL Browser’s UDP port 1434.  If you turn-off your Windows Firewall, you should be able to retrieve all named instances of SQL Server that are installed on your PC.  I opted to un-block this port so my app would work.

Comments are closed.
Navigation
On this page....
Search
Archives
<July 2010>
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567
Categories
Contact me
Send mail to the author(s) Contact Todd M. Taylor