Overview Microsoft is excited to extend the developer community source code reference and debug capabilities against core Microsoft platform technologies. By gaining a better understanding of the platform code running beneath your application,
http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=D0E5DEA7-AC26-4AD7-B68C-FE5076BBA986.NET Framework version 3.5 Service Pack 1 provides the following new features and improvements: ASP.NET Dynamic Data, which provides a rich
10 Mar 2011Version 7 is now available from $35.We're happy to announce that we've released .NET Reflector 7. Please visit the new website at www.reflector.net to find out more and download a free 14 day trial.The free version of .NET Reflector is no
USE [master] GO IF EXISTS(SELECT * FROM sys.syslogins WHERE name = N'mingyongchengDevUser') DROP LOGIN [mingyongchengDevUser] GO CREATE LOGIN [mingyongchengDevUser] WITH PASSWORD=N'mingyongchengDevUser', DEFAULT_DATABASE=SRLS,
Detect CPU Bottleneck in SQL ServerBy : Kasim Wirama, MCDBA When you have your database server experiencing a problem, there are many possibilities here, such as CPU, memory, hard disk or database configuration itself. There should be a systematic
Detecting and Resolving I/O BottleneckBy : Kasim Wirama, MCDBA I/O subsystem is one of critical component in SQL Server. I/O subsystem is used when SQL Server moves page between memory and I/O subsystem. With intensive activity of DML and DDL, SQL