List my SQL table column/field names
Code Title: List my SQL table column/field names
Language: SQL Server
Database: MS SQL
Description:
Language: SQL Server
Database: MS SQL
Description:
You can do it for all the table in one shot
using the information_schema views (shoul dbe easier to export to Excel). The code is below, in the code view.
Code
|