Sign in
Microsoft SQL Server Development Customer Advisory Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search
Tags
analysis services
BI
Big Data
Concurrency
Data Warehouse
Development & Programming
ETL
Hadoop
Manageability & Serviceability
Migration and Transition
OLTP
Performance and Scalability
PowerPivot
Query performance
Recommended Links
Reliability and Availability
Resource Utilization
sql
SQL Analysis Service
SQL Server
SQL Server 2008
SQL Server 2008 R2
SQL Server Best Practices
SQL Server Reporting Services
SSIS
Monthly Archives
Archives
April 2013
(2)
February 2013
(1)
December 2012
(1)
July 2012
(1)
June 2012
(1)
April 2012
(2)
March 2012
(1)
December 2011
(1)
November 2011
(3)
October 2011
(2)
September 2011
(1)
August 2011
(2)
June 2011
(2)
May 2011
(2)
April 2011
(2)
March 2011
(4)
February 2011
(5)
January 2011
(1)
December 2010
(1)
October 2010
(2)
September 2010
(1)
August 2010
(1)
July 2010
(1)
June 2010
(2)
May 2010
(3)
April 2010
(3)
March 2010
(4)
February 2010
(1)
December 2009
(3)
November 2009
(2)
October 2009
(1)
September 2009
(1)
August 2009
(2)
July 2009
(1)
May 2009
(1)
April 2009
(3)
March 2009
(4)
February 2009
(4)
December 2008
(1)
November 2008
(2)
October 2008
(6)
September 2008
(3)
August 2008
(1)
July 2008
(2)
June 2008
(1)
April 2008
(2)
March 2008
(1)
February 2008
(4)
January 2008
(7)
December 2007
(2)
October 2007
(3)
September 2007
(5)
August 2007
(1)
July 2007
(2)
June 2007
(5)
May 2007
(1)
April 2007
(1)
March 2007
(1)
February 2007
(1)
December 2006
(2)
October 2006
(1)
June 2006
(1)
May 2006
(1)
April 2006
(1)
March 2006
(3)
February 2006
(3)
December 2005
(2)
November 2005
(3)
October 2005
(2)
September 2005
(3)
August 2005
(2)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Development Customer Advisory Team
The Data Loading Performance Guide - Now available from MSDN
Posted
over 4 years ago
by
Thomas Kejser
1
Comments
By popular request, the SQL Customer Advisory Team has collected our lessons learned about tuning data loading into a new whitepaper. We call it the “Data Loading Performance Guide” and you can find it on MDSN: http://msdn.microsoft.com/en-us/library...
Microsoft SQL Server Development Customer Advisory Team
Assigning surrogate keys to early arriving facts using Integration Services
Posted
over 4 years ago
by
Thomas Kejser
9
Comments
In data warehouses, it is quite common that fact records arrive with a source system key that has not yet been loaded in the dimension tables. This phenomena is known as “late arriving dimensions” or “early arriving facts” in Kimball terminology. When...
Microsoft SQL Server Development Customer Advisory Team
Project Gemini - building models and analysing data from Excel
Posted
over 5 years ago
by
richtk
5
Comments
Saw an amazing BI demo this morning at the BI Conference here in Seattle. Donald Farmer showed how over 20M rows of data can be modeled and analyzed in memory. To build a model today, a DBA needs to define dimensions and fact tables, get the relationships...
Microsoft SQL Server Development Customer Advisory Team
Optimizing CREATE SET in Cube Calculation Scripts
Posted
over 3 years ago
by
Thomas Kejser
1
Comments
Author: Thomas Kejser Reviewers: Peter Adshead, Nicholas Dritsas, Sanjay Nayyar, John Desch, Kevin Cox, Akshai Mirchandani, Anne Zorner In this blog we will describe an important optimization that you should apply to cubes that are processed often and...
Microsoft SQL Server Development Customer Advisory Team
Character data type conversion when using SQL Server JDBC drivers
Posted
over 3 years ago
by
Kun Cheng
2
Comments
Author: Kun Cheng Reviewers: Wanda He, Kevin Cox, Michael Thomassy, Peter Scharlock In a recent customer engagement, I ran into an interesting situation, which I’d like to share, especially with SQL Server users using Microsoft JDBC drivers. It started...
Microsoft SQL Server Development Customer Advisory Team
Analysis Services Partition Size
Posted
over 4 years ago
by
richtk
2
Comments
Thomas and I updated the SQL Server 2008 Analysis Services Performance Guide principally to address features available in the latest release. But there was one important change related to partition size driven by changes in hardware. The earlier version...
Microsoft SQL Server Development Customer Advisory Team
Comparing Different Results with RCSI & Read Committed
Posted
over 2 years ago
by
Kun Cheng
0
Comments
Author: Kun Cheng Reviewers: Sunil Agarwal, Steve Howard, Shaun Tinline-Jones, Prem Mehra, Sanjay Mishra, Michael Thomassy, Mike Ruthruff, Howard Yin, Jimmy May During a recent ISV partner engagement, we decided to enable RCSI (Read Committed Snapshot...
Microsoft SQL Server Development Customer Advisory Team
How to Enable RCSI for a Database with Database Mirroring
Posted
over 3 years ago
by
Sanjay Mishra
3
Comments
Author: Sanjay Mishra Reviewers: Prem Mehra, Alexei Khalyako, Kun Cheng, Mike Ruthruff, Thomas Kejser, Sunil Agarwal To enable read committed snapshot isolation (RCSI) on a database, one needs to execute the following command: ALTER DATABASE...
Microsoft SQL Server Development Customer Advisory Team
Renaming Olap Databases Issues within Analysis Services
Posted
over 6 years ago
by
Denny Lee [MSFT]
1
Comments
If you are view the XMLA script that is generated for an Analysis Services database, you will notice that there are both ID and NAME attributes. The reason Analysis Services has this differentiation is so one could rename an Olap database (which you could...
Microsoft SQL Server Development Customer Advisory Team
Scaling Heavy Network Traffic with Windows
Posted
over 5 years ago
by
Thomas Kejser
2
Comments
Under Windows Server 2000 and 2003 (RTM), the interrupts from a single network adaptor (NIC) cannot be handled by multiple CPU Cores. A Deferred Procedure Call (DPC) call gets scheduled to run as a consequence of the NIC firing an interrupt. The DPC will...
Microsoft SQL Server Development Customer Advisory Team
Unintended Consequences of Scalar-Valued User Defined Functions
Posted
over 2 years ago
by
ChuckHeinzelman
1
Comments
Author: Chuck Heinzelman Reviewers: Kevin Cox, Dan Jones, Lara Rubbelke During a customer engagement, we noticed a query that was taking a long time to execute. We saw that the query had a scalar-valued User Defined Function (UDF) encapsulating...
Microsoft SQL Server Development Customer Advisory Team
Writing New Hash Functions for SQL Server
Posted
over 2 years ago
by
Thomas Kejser
1
Comments
Author: Thomas Kejser Contributors/Reviewers: Alexei Khalyako, Jerome Halmans, Fabricio Voznika, Sedat Yogurtcuoglu, Mike Ruthruff, Tobias Ternstrom and Steve Howard In this blog, I will explore ideas for extending SQL Server with new, fast hash functions...
Microsoft SQL Server Development Customer Advisory Team
SQL Server 2008 R2 UNICODE Compression – what happens in the background?
Posted
over 3 years ago
by
Peter Scharlock
0
Comments
SQL Server 2008 R2 added a much requested feature: Unicode compression. It addresses the need to compress Unicode strings. It is implemented as part of ROW compression, which was added in SQL 2008. That is; if ROW compression (on SQL 2008 R2) is enabled...
Microsoft SQL Server Development Customer Advisory Team
Identifying query compile/runtime parameter values using XML SHOWPLAN output.
Posted
over 3 years ago
by
Peter Scharlock
0
Comments
I recently returned from Convergence 2010; the annual North American Microsoft Dynamics User Conference in Atlanta. It was a really great conference with many Customer, Partner, and Microsoft presentations and success stories. It was inspiring to see...
Microsoft SQL Server Development Customer Advisory Team
SQL Azure Customer Best Practices
Posted
over 3 years ago
by
Michael Thomassy
0
Comments
The SQLCAT team and the SQL Azure team have been working closely together with a number of customers even before we launched our CTP (Community Technology Preview) in November, 2009 at the PDC (Professional Developers Conference). After our production...
Microsoft SQL Server Development Customer Advisory Team
AlwaysOn Availability Groups Generate Network Traffic with No User Activity
Posted
11 months ago
by
Kevin Cox SQL Server
0
Comments
Author: Kevin Cox Contributors: Min He,Steve Lindell Reviewers: Sanjay Mishra, Juergen Thomas, Jimmy May Creating an availability group needs pings and status checks across the different servers involved. This accounts for approximately 500...
Microsoft SQL Server Development Customer Advisory Team
What is the SSAS Maestros?
Posted
over 2 years ago
by
Denny Lee [MSFT]
0
Comments
by Denny Lee (SQL Customer Advisory Team), Daniel Yu (SQL Marketing) Over the last few weeks, there has been a lot of questions, tweets, and rumors about the SSAS Maestros program – some notable blogs include Kasper de Jonge’s Do you have...
Microsoft SQL Server Development Customer Advisory Team
Useful links for upgrading to SQL Server 2008
Posted
over 4 years ago
by
Kevin Cox SQL Server
1
Comments
There is plenty of material available to help you upgrade to SQL Server 2008. This blog is intended as a short list for the most useful guidance that I have found. And you may have different experiences upgrading from SQL Server 2000 and SQL Server 2005...
Microsoft SQL Server Development Customer Advisory Team
Moving the Transaction log file of the Mirror Database
Posted
over 3 years ago
by
Sanjay Mishra
1
Comments
Author: Sanjay Mishra Reviewers: Prem Mehra, Mark Souza, Kun Cheng, Nicholas Dritsas, Thomas Kejser Recently I worked with a customer who has deployed database mirroring for a very large database (~ 1 TB) between two data centers that are about...
Microsoft SQL Server Development Customer Advisory Team
Maximizing SQL Server Throughput with RSS Tuning
Posted
over 2 years ago
by
Kun Cheng
0
Comments
Author : Kun Cheng Reviewers : Thomas Kejser, Curt Peterson, James Podgorski, Christian Martinez, Mike Ruthruff Receive-Side Scaling (RSS) was introduced in Windows 2003 to improve Windows scalability to handle heavy network traffic, which is typically...
Microsoft SQL Server Development Customer Advisory Team
Performance Analysis Tool - DMVStats
Posted
over 6 years ago
by
lingzhuz
5
Comments
Tom Davidson wrote: I've been working with database applications for the last 25 years. A particular area of interest for me is SQL Server performance. As part of the Microsoft SQL Server Development Customer Advisory Team (SQLCAT) for the last 7 years...
Microsoft SQL Server Development Customer Advisory Team
Concurrency Series: My application was running fine yesterday but why is it blocking today?
Posted
over 2 years ago
by
Sunil Agarwal
1
Comments
Author: Sunil Agarwal Reviewers: Kun Cheng, Chuck Heinzelman, Shaun Tinline-Jones, Sanjay Mishra, And Kevin Liu Have you ever encountered a situation where a query was running fine yesterday but today it is running a lot slower? I am sure most of us...
Microsoft SQL Server Development Customer Advisory Team
How to tell which version of SQL Server data access driver is used by an application client
Posted
over 3 years ago
by
Kun Cheng
4
Comments
In a recent engagement with an ISV, we’ve run into a sporadic application failure problem when the application is deployed in a mixed environment. It comes down to finding out which version of SQL Server driver the application uses for connection...
Microsoft SQL Server Development Customer Advisory Team
New Release of SQL Server Migration Assistant (SSMA) includes migration from MySQL and to SQL Azure
Posted
over 3 years ago
by
Mike Weiner - MSFT
0
Comments
Wanted to let the community know the SQL Server Product Group just released version 4.2 of the SQL Server Migration Assistant! With this version, Microsoft has announced the release of the first version of SQL Server Migration Assistant (SSMA) for...
Microsoft SQL Server Development Customer Advisory Team
Concurrency Series: Why do I get blocked when no one has locked the row(s) being queried?
Posted
over 2 years ago
by
Sunil Agarwal
0
Comments
Author: Sunil Agarwal Reviewers: Kun Cheng, Chuck Heinzelman, Shaun Tinline-Jones, Sanjay Mishra, Kevin Liu Recently I was working with a customer who was surprised to see blocking when accessing a data row which was not locked? Let me describe the...
Page 3 of 7 (151 items)
1
2
3
4
5
»