摘要:
1.'dbo.CustomersDim')ISNOTNULL2.DROPTABLEdbo.CustomersDim;3.GO4.5.CREATETABLEdbo.CustomersDim6.(7.KeyColINTNOTNULLIDENTITYPRIMARYKEY,8.CustomerIDNCHAR(5)NOTNULL,9.CompanyNameNVARCHAR(40)NOTNULL,10./*...othercolumns...*/11.);12.13.--InsertNewCustomersandGettheirSurrogateKeys14.DECLARE@NewCust 阅读全文
posted @ 2011-02-25 14:32
Chao Hong
阅读(1949)
评论(0)
推荐(3)
2011年2月25日