学习的留着以后用
摘要:--PKselect * from sys.key_constraints where object_id = OBJECT_ID('TB')--FKselect * from sys.foreign_keys where parent_object_id =OBJECT_ID('TB')--创建链接服务器 exec sp_addlinkedserver 'ITSV ', ' ', 'SQLOLE...
阅读全文
posted @
2009-12-29 09:43
大江
阅读(142)
推荐(0)