随笔 - 120, 文章 - 1, 评论 - 166, 阅读 - 19万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

10 2011 档案

摘要:原文http://www.cnblogs.com/awpatp/archive/2010/01/26/1656651.htmlTask Manager跟Performance Monitor的区别(Working set和Private bytes)windows server 2003 :在Performance monitor中可以通过private bytes和Virtual bytes来衡量程序的内存使用. 在task manager中, 也有Memory Usage和VM Size两项. 但是仔细比较后会发现Memory Usage并不是对应private bytes, VM Siz 阅读全文

posted @ 2011-10-27 16:38 nzperfect 阅读(984) 评论(0) 推荐(0) 编辑

摘要:最近遇到一个问题,示例表结构如下:set statistics io onuse tempdb go--drop table TBcreate table TB (id int identity primary key, parentId int,name varchar(50))goinsert into TB(parentId,name) select 0,CAST(NEWID() as varchar(50))go 499990insert into TB(parentId,name) select 499990,CAST(NEWID() as varchar(50))insert in 阅读全文

posted @ 2011-10-27 14:13 nzperfect 阅读(1568) 评论(1) 推荐(2) 编辑

摘要:My Evn:windows 2003 server x64 + sql server 2008 sp2 Enterprise X64 example: The deadlock condition results when two processes executing the same statement at same time in hight concurrency:updatettwith(rowlock)setc='eb',d='cc'wherea='84B23855-2155-4EE0-911D-38D1265F1655'tabl 阅读全文

posted @ 2011-10-18 09:40 nzperfect 阅读(231) 评论(0) 推荐(0) 编辑

摘要:SQL Server 2008 Service Pack 3http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27594Microsoft SQL Server 2008 SP3 Express Editionhttp://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27597Microsoft SQL Server 2008 Service Pack 3 Feature Packhttp://www.microso 阅读全文

posted @ 2011-10-09 15:28 nzperfect 阅读(371) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示