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
Ultimate guide to upgrading to SQL Server 2008
Posted
over 5 years ago
by
Denny Lee [MSFT]
3
Comments
For the ultimate guide to upgrading to SQL Server 2008, please refer to the SQL Server 2008 Upgrade Technical Reference Guide . A successful upgrade to SQL Server 2008 should be smooth and trouble-free. To achieve that smooth transition, you must devote...
Microsoft SQL Server Development Customer Advisory Team
SQL Server 2008 Analysis Services Performance Guide now available
Posted
over 5 years ago
by
richtk
3
Comments
Thomas Kejser and I made some significant updates to the SQL Server Analysis Services Performance Guide for SQL Server 2008 - it's available here . Our hope is to keep it alive and make updates as necessary. So if there is something you'd like to see...
Microsoft SQL Server Development Customer Advisory Team
Best Practices for Integrated Full Text Search (iFTS) in SQL 2008
Posted
over 5 years ago
by
Kevin Cox SQL Server
5
Comments
This blog is a result of lessons learned while working with the new Integrated Full Text Search in SQL Server 2008. It is not intended to be an in-depth tutorial on how to implement it. Instead, it will concentrate on best practices. The basics of how...
Microsoft SQL Server Development Customer Advisory Team
12,000 Concurrent Siebel CRM 8.0 Users On SQL Server 2008
Posted
over 5 years ago
by
lingzhuz
1
Comments
Recently, Wanda He from SQLCAT ISV team worked with Oracle Siebel group completed a new 12,000 concurrent users Siebel CRM 8.0 benchmark on SQL Server 2008 ( http://www.microsoft.com/isv/oracle/ ). The benchmark demonstrated that the combination of Microsoft...
Microsoft SQL Server Development Customer Advisory Team
Reporting Services Scale-Out Deployment Best Practices
Posted
over 5 years ago
by
Denny Lee [MSFT]
1
Comments
Check out the the third of five technical note as part of the Building and Deploying Large Scale SQL Server Reporting Services Environments Technical Note Series: Reporting Services Scale-Out Deployment Best Practices This technical note reviews the...
Microsoft SQL Server Development Customer Advisory Team
Reintroducing sqlcat.com
Posted
over 5 years ago
by
Denny Lee [MSFT]
1
Comments
Check out the new look and feel of the sqlcat.com ! Now you have easy access and views of our Top 10 Lists, Technical Notes, Whitepapers, and Toolbox. As well, now our blogs our mirrored to sqlcat.com for easy access to all SQLCAT tips, best practices...
Microsoft SQL Server Development Customer Advisory Team
Table variable vs. temp table and estimated vs. actual query plan
Posted
over 5 years ago
by
lingzhuz
4
Comments
The other day we got a call from a puzzled friend. He has rewritten a stored procedure using table variable instead of temp table, it makes the stored procedure code look more tidy. The puzzling part is the same stored procedure now running a lot slower...
Microsoft SQL Server Development Customer Advisory Team
Latest Publications: Top 10 SQL Server Integration Services Best Practices and "Money" Technical Notes Published
Posted
over 5 years ago
by
Denny Lee [MSFT]
1
Comments
After the great work from the ETL World Record (for more information, refer to our other blog at: http://blogs.msdn.com/sqlcat/archive/2008/09/18/scaling-heavy-network-traffic-with-windows.aspx ), Thomas and I (with the help of many others) have created...
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
SQL PASS 2008 Just may be the best PASS Conference yet
Posted
over 5 years ago
by
marksou
2
Comments
Coming up this November 18-21 st is the SQL PASS Conference in Seattle, WA (right in Microsoft’s backyard). See http://summit2008.sqlpass.org/ for all the details. This SQL PASS will be very special. The SQL Server engineering team is sending up to 300...
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
IIF Function Query Hints in SQL Server Analysis Services 2008
Posted
over 5 years ago
by
richtk
3
Comments
Thomas Kejser and I are doing some work to produce the SQL Server 2008 Analysis Services Performance Guide. Among a bunch of other things, it discusses the IIF function. But because I recently mentioned MDX query hints in a recent podcast, I wanted to...
Microsoft SQL Server Development Customer Advisory Team
Microsoft SQL Server Database Snapshots and Synonyms
Posted
over 5 years ago
by
Kevin Cox SQL Server
6
Comments
OVERVIEW: One of the common complaints in using database snapshots is how to get queries and reports to switch over and start using the new snapshot as soon as it is available. There are three basic ways to accomplish this: 1. Delete the old and create...
Microsoft SQL Server Development Customer Advisory Team
New Best Practices Articles Published - Running Microsoft SQL Server 2008 Analysis Services on Windows Server 2008 vs. Windows Server 2003 and Memory Preallocation: Lessons Learned
Posted
over 5 years ago
by
carl.rabeler
1
Comments
Due to the improvements in the Windows Server 2008 memory manager related to the change in the algorithm for scanning pages in memory, SQL Server 2008 Analysis Services performed equally well during both partition and dimension processing with or without...
Microsoft SQL Server Development Customer Advisory Team
New Best Practices Articles Published - Scaling Up Reporting Services 2008 vs. Reporting Services 2005: Lessons Learned
Posted
over 5 years ago
by
carl.rabeler
1
Comments
Reporting Services 2008 was able to respond to 3–4 times the total number of users and their requests on the same hardware without HTTP 503 Service Is Unavailable errors compared with Reporting Services 2005, regardless of the type of renderer. In stark...
Microsoft SQL Server Development Customer Advisory Team
SQL Server Scale Out
Posted
over 5 years ago
by
Kevin Cox SQL Server
4
Comments
After a few recent conversations with CIO and CTO types, I was amazed that there is still the concept out there that SQL Server doesn’t scale well. So I sat down to write a lengthy blog to dispel that rumor. After doing some research, I found that there...
Microsoft SQL Server Development Customer Advisory Team
What you should know if you are using Logical IOs to measure query plan quality
Posted
over 5 years ago
by
LuborK
6
Comments
One of the presenters at recent SQL Server Open World conference in Denmark ( http://www.miracleas.dk/index.asp?page=168&page2=323 ) suggested tuning SQL queries using logical IOs to measure quality of query plan. The IO count is returned for each...
Microsoft SQL Server Development Customer Advisory Team
Interesting observation with table > 1TB
Posted
over 5 years ago
by
Kevin Cox SQL Server
2
Comments
Interesting observation with table > 1TB We have a project using SQL 2005 with a table that is several terabytes. This table has a varbinary(max) column with an average length of 150k bytes. We needed a second copy of the table on a smaller test...
Microsoft SQL Server Development Customer Advisory Team
Backup More Than 1GB per Second Using SQL2008 Backup Compression
Posted
over 5 years ago
by
lingzhuz
11
Comments
Backup Compression in SQL2008 performs very well and it is easy to use. You could either use “With Compression” along with the “Backup” command or simply enable default backup compression through sp_configure by setting ‘backup compression default’ value...
Microsoft SQL Server Development Customer Advisory Team
SSIS 2008 - world record ETL performance
Posted
over 5 years ago
by
Thomas Kejser
5
Comments
Using SQL Server 2008 and SSIS 2008 the SQL Server Performance team working with Unisys and SQL CAT have shown SSIS scaling to world record performance! We loaded 1.18 TB in under 30 minutes . You can find more information here: http://blogs.msdn...
Microsoft SQL Server Development Customer Advisory Team
Now is time to try SQL 2008
Posted
over 5 years ago
by
lingzhuz
1
Comments
SQL Server 2008 is just around the corner. SQLCAT has been working with our customers and partners implementing pre-release builds. We have a lot good lessons learned to share, here are some of the upcoming best practices papers: · Index Defragmentation...
Microsoft SQL Server Development Customer Advisory Team
SQLCAT Toolbox
Posted
over 5 years ago
by
Sanjay Mishra
1
Comments
SQLCAT members have published several tools on Codeplex and other places. They are all consolidated here at SQLCAT.com. http://sqlcat.com/toolbox/default.aspx
Microsoft SQL Server Development Customer Advisory Team
Introducing SQLCAT.com
Posted
over 5 years ago
by
Denny Lee [MSFT]
4
Comments
The SQL Customer Advisory Team has put the final touches on the site http://sqlcat.com/ which is our new hub for all things that are part of the SQLCAT! Our new site is a portal to all SQLCAT resources including: Top 10 Lists : Summary list of Best...
Microsoft SQL Server Development Customer Advisory Team
New Partition Management Tool Available on Codeplex
Posted
over 5 years ago
by
Stuart Ozer MSFT
2
Comments
As anyone working with partitioned tables knows by now, the process of creating stand-alone ‘staging’ tables to support switching data into or out of a partition can be a management challenge, especially if the design of the partition table or its indices...
Microsoft SQL Server Development Customer Advisory Team
FoxPro to SQL Server migration experience
Posted
over 5 years ago
by
Kevin Cox SQL Server
2
Comments
At first I was going to write a detailed white paper about the conversion effort. But someone has already done it. There is a very good guide at: http://nationalcom.com/home/download/Conversion-VFP-SQLServer.pdf Since FoxPro is nearing its end of...
Page 4 of 7 (151 items)
«
2
3
4
5
6
»