TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
SQL Server KBs and Blogs
Quick access to blogs posts from SQL Server Support Team., Some of the new KBs published for SQL and SQL Content news
Tags
"Be Aware" Problems
2000
2005
2005 SP2
2008
2008 R2
ADAM
Alwayson
Analysis Services
Azure
Azure Reporting
blob data
Bulk Insert
Claims
Connectivity
CPU
database engine
Database Mirroring
database tuning advisor
DBVideo
Debugging
Engine
Featured
File Stream
Guillaume
How It Works
How to
intra-query parallelism
IO
JDBC
Kerberos
Linked Server
Manageability
Memory
missing msp
msi missing
Native Data Access Technologies
NONSSIS
Normalization
Nt Authority\System
ODBC
OLEDB
Oracle
pass
Performance
Performance Monitoring
Performance Tools
Power View
PowerPivot
query hints
query plan
Replication
Report Design
Reporting Services
RML Utilities
Security
setup sql server
SharePoint
SharePoint Adventures
SharePoint Integration
snapshot replication
sp_reset_connection
SQL 2005
SQL 2008
SQL 2012
SQL 2014
SQL Azure
SQL CLR
SQL Connectivity
SQL Engine
SQL Performance
sql query performance
SQL query plan
SQL replication
SQL replication types
SQL Server
SQL Server 2005 SP2
SQL Server 2008
SQL Server 2008 R2
SQL Server 2008 SP1
SQL Server 2012
sql server cache
SQL Server Performance
SQL Server Performance Tuning
SQL Setup
sql tuning
SQL update statistics
SQLOS
SSIS
SSMA
Tools
trace
Tracing
Transactional Replication
Troubleshooting
update statistics
update statistics sql server
VSS
Wait Types
Windows Azure SQL Database
Browse by Tags
TechNet Blogs
»
SQL Server KBs and Blogs
»
All Tags
»
performance
Related Posts
Blog Post:
Under rare conditions, using IN clause can cause unexpected SQL behavior
SQL Server Support Content
I want to make you aware of a latest SQL Server 2008 hotfix documented in http://support.microsoft.com/kb/2791745 . Using large number of constants in IN clause can result in SQL Server termination unexpectedly. When this happens ...read more
on
12 Feb 2013
Blog Post:
Forced Parameterization Can Lead to Poor Performance
SQL Server Support Content
Something that is a relatively common performance eye opener is when you have a large ad hoc workload, and you’re getting a huge gap in the lack of plan reuse. You talk to the application team that is responsible for this possibly dreaded scenario ...read more
on
3 Sep 2013
Blog Post:
Oops… I forgot to leave an empty SQL table partition, how can I split it with minimal IO impact?
SQL Server Support Content
One of the several advantages you get with partitioning a very large table is the ability to add or remove partitions instantaneously to help you with sliding window scenarios. However there are caveats if best practices aren’t followed. If the right ...read more
on
13 Aug 2013
Blog Post:
A performance issue involving CLR garbage collection and SQL CPU affinity setting
SQL Server Support Content
We have been troubleshooting a customer’s case and uncovered a GC behavior with SQL Server CPU affinity that is worth sharing here in a blog. Problem Customer reported that they had two instances of SQL Server 2008 running on a two-node cluster. ...read more
on
11 Jun 2013
Blog Post:
High CPU Troubleshooting with DMV Queries
SQL Server Support Content
High CPU Troubleshooting with DMV Queries Scenario: Recently, a customer called Microsoft Support with a critical performance issue that I worked on. Their SQL Server instance had 100% CPU utilization for a period, but the problem stopped without ...read more
on
17 Jun 2013
Blog Post:
Interpreting the counter values from sys.dm_os_performance_counters
SQL Server Support Content
The performance counters exposed by SQL Server are invaluable tools for monitoring various aspects of the instance health. The counter data is exposed as a shared memory object for the windows performance monitoring tools to query. It is also available ...read more
on
23 Sep 2013
Blog Post:
How Simple Parameterization works
SQL Server Support Content
Recently we got a customer who upgraded from SQL Server 2005 to 2008. But their performance degraded greatly. What happened was that they had an update query that was run many times in a batch. The query was submitted as ad hoc by the application with ...read more
on
4 Dec 2013
Blog Post:
Don’t change value of that parameter
SQL Server Support Content
Parameter sniffing is a well known among SQL User community. But I have seen variations of this frequently that need a bit creative handling and solution may not that straight forward. One of the variation is that a user changes the value ...read more
on
3 Feb 2013
Blog Post:
Query hint QUERYTRACEON is now documented publically
SQL Server Support Content
I just wanted to put a quick note that QUERYTRACEON is now publically documented in http://support.microsoft.com/kb/2801413/en-us . If you have situations where you don’t want to enable an optimizer trace flag globally on your server instance, you ...read more
on
7 Feb 2013
Blog Post:
Optimizing partition split when the partition is not empty
SQL Server Support Content
Some of our Field Engineers, Kal Yella and Denzil Ribeiro ( @DenzilRibeiro ) have posted a blog that discusses how to optimize adding a partition when either the right most, or left most partition is not empty.. It is well worth the read, so we ...read more
on
13 Aug 2013
<