Wednesday, April 4, 2007
preg_replace help: removing target="_blank" from links - PHP
preg_replace help: removing target="_blank" from links - PHP
$foo = 'www.foo.com';
$foo = preg_replace('/(
Tuesday, April 3, 2007
Troubleshooting Performance Problems in SQL Server 2005
Troubleshooting Performance Problems in SQL Server 2005 (Technet)
Published: October 1, 2005 / Applies To: SQL Server 2005
Summary: It is not uncommon to experience the occasional slow down of a SQL Server database. A poorly designed database or a system that is improperly configured for the workload are but several of many possible causes of this type of performance problem. Administrators need to proactively prevent or minimize problems and, when they occur, diagnose the cause and take corrective actions to fix the problem. This paper provides step-by-step guidelines for diagnosing and troubleshooting common performance problems by using publicly available tools such as SQL Server Profiler, System Monitor, and the new Dynamic Management Views in SQL Server 2005.
Published: October 1, 2005 / Applies To: SQL Server 2005
Summary: It is not uncommon to experience the occasional slow down of a SQL Server database. A poorly designed database or a system that is improperly configured for the workload are but several of many possible causes of this type of performance problem. Administrators need to proactively prevent or minimize problems and, when they occur, diagnose the cause and take corrective actions to fix the problem. This paper provides step-by-step guidelines for diagnosing and troubleshooting common performance problems by using publicly available tools such as SQL Server Profiler, System Monitor, and the new Dynamic Management Views in SQL Server 2005.
SQL Server XML Cribsheet
SQL Server XML Cribsheet
For things you need to know, rather than the things you want to know This is written with the modest ambition of providing a brief overview of XML as it now exists in SQL Server, and the reasons for its presence. It is designed to supplement articles such as
Beginning SQL Server 2005 XML Programming.
For things you need to know, rather than the things you want to know This is written with the modest ambition of providing a brief overview of XML as it now exists in SQL Server, and the reasons for its presence. It is designed to supplement articles such as
Beginning SQL Server 2005 XML Programming.
Subscribe to:
Posts (Atom)