How to get all name tables, name columns, and values in database.
Example i have database "Northwind" in sqlserver 2005. The name or value may store in collection like System.Web.UI.WebControls.Table or list collection, or other possible accessible. Example: "Customers" as name table, "CompanyName" as name columns, and "" as values in column "Bólido Comidas preparadas".
The reason I wish make this, i want to make script update with condition..
Regard