2010年7月16日 星期五

列出資料表中的所有欄位(list all the columns in a table )

以資料表 Employees 為範例的話,在 MS SQL 有下列兩種方式 :

1. Select

select name from syscolumns where id=object_id('Employees')

2. 執行系統預存程序

exec sp_help Employees

沒有留言:

張貼留言