解析SQL SERVER 数据页面头部结构(转)
摘要:
解析数据页面头部结构if object_id('test') is not null drop table testgocreate table test( id int,birth datetime,name char(10))insert into testselect 1,'2009-11-27','aaaa' union allselect 2,'2009-11-27','aaaa'exe... 阅读全文
posted @ 2010-01-10 12:32 GeorgeWang 阅读(296) 评论(0) 推荐(0)
浙公网安备 33010602011771号