CosmicCharlie
Programmer
I would like to write some VB.Net code that can discover and return information about SQL Server databases on the network. The goal is to iterate through user tables and their columns, stored procedures and their parameters, etc. What code will do this? Does it require reflection? Will a non-reflection method work?
Also, can this be done at design time, so that, for example, table columns will appear in the intellisense window as I write my code?
I appreciate any insights.
Cosmic Charlie
Also, can this be done at design time, so that, for example, table columns will appear in the intellisense window as I write my code?
I appreciate any insights.
Cosmic Charlie