how to list all the databases in the availables SQL server
Visual Studio
3
Posts
3
Posters
0
Views
1
Watching
-
Folkes, how are you all ,i would like to ask how can i list all the available Databases in a selected sqlserver! thank you :(( kind regards Osama Khattab
-
Folkes, how are you all ,i would like to ask how can i list all the available Databases in a selected sqlserver! thank you :(( kind regards Osama Khattab
You must reference the COM Library Microsoft SQLDMO, you must install client tools and SQL service pack 3a in your PC. With this library you can list al server, for each server the databases and for each database all the tables. And other stuffs.