SQL Server2000中字段的描述如何自动生成脚本?(20分)

  • 主题发起人 主题发起人 jdelphi
  • 开始时间 开始时间
J

jdelphi

Unregistered / Unconfirmed
GUEST, unregistred user!
建立字段时,字段的描述怎么加到脚本里?
 
exec sp_addextendedproperty
N'MS_Description', :N_Value, N'user', N'dbo', N'table',
:N_tablename, N'column', :N_colname
 
接受答案了.
 

Similar threads

回复
0
查看
863
不得闲
S
回复
0
查看
784
SUNSTONE的Delphi笔记
S
S
回复
0
查看
750
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
后退
顶部