0
Answer

Browse for SQL databases on a given server

rfickling

rfickling

20y
1.8k
1
Hi, I would like to allow the user of my ADO.NET application to browse through a list of the available databases on a given server. INFORMATION_SCHEMA in SQL Server Books Online doesn't describe how to do this. How can I do this? Royce