摘要: select a.name,a.[type],b.[definition] from sys.all_objects a,sys.sql_modules b where a.is_ms_shipped=0 and a.object_id = b.object_id--and a.[type] ='V... 阅读全文
posted @ 2014-10-09 10:11 酱油帝君 阅读(171) 评论(0) 推荐(0) 编辑