摘要: http://technet.microsoft.com/en-us/library/ms191165.aspx USE AdventureWorks2008R2; GO IF OBJECT_ID(N'dbo.ufnGetContactInformation', N'TF') IS NOT NULL DROP FUNCTION dbo.ufnGetContactInformation;... 阅读全文
posted @ 2010-05-27 21:24 qiang.xu 阅读(217) 评论(0) 推荐(0) 编辑