Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Microsoft SQL Server Development Customer Advisory Team
Server & Tools Blogs
>
Data Platform Blogs
>
SQL Server Customer Advisory Team
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
DQS with Jessica Meats
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
SQL Server Customer Advisory Team
Menu
Blog Home
RSS for posts
About
Social Media Sharing
Subscribe
Comments
Contact
Live Now on Server & Tools Blogs
Archives
Archives
June 2013
(1)
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)
More
▼
Less
▲
Translate this page
Powered by
Microsoft® Translator
Tags
Access SQL Server
analysis services
BI
Big Data
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
More
▼
Less
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server Development Customer Advisory Team
Announcing SSAS Maestros v1.2
Posted
over 2 years ago
by
Denny Lee [MSFT]
1
Comments
We are proud to announce that SQLCAT will continue with the SSAS Maestros course in June and July in Redmond and Madrid. SSAS Maestros 1.2 Courses Join us for a five-day deep-dive course on Analysis Services 2008 R2 UDM and join the SSAS Maestro...
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
A Computed Column Defined with a User-Defined Function Might Impact Query Performance
Posted
over 2 years ago
by
Kun Cheng
1
Comments
Author: Kun Cheng Reviewers: Shaun Tinline-Jones, Silvano Coriani, Steve Howard, Thomas Kejser, Sanjay Mishra A computed column is computed from an expression that can use other columns in the same table. The expression can be a noncomputed column...
Microsoft SQL Server Development Customer Advisory Team
Why can't I attach a database to SQL Server 2008 R2?
Posted
over 2 years ago
by
Kevin Cox SQL Server
1
Comments
Recently, a problem was presented to me by a DBA using SQL Server 2008 R2. He could not attach a database whose files had been copied from another server. This blog talks about the situation and the solution. Here are the steps he went through to arrive...
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
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
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
Using SQL Agent Job Categories to Automate SQL Agent Job Enabling with Database Mirroring
Posted
over 3 years ago
by
Kevin Cox SQL Server
1
Comments
In SQL Server 2005, 2008 and 2008 R2 Database Mirroring works at the individual database level. One challenge to using database mirroring is to keep your important SQL Agent jobs enabled or disabled depending on a database's current mirroring role. If...
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
Monitoring free space in tempdb transaction log
Posted
over 4 years ago
by
Thomas Kejser
1
Comments
Author: Thomas Kejser Reviewers: Peter Byrne, Sunil Agarwal, Prem Mehra, Peter Scharlock, Lindsey Allen, Mark Souza As part of your database monitoring, you may be keeping track of the free space in the transaction log. One reason to do this, is to detect...
Microsoft SQL Server Development Customer Advisory Team
Full Text Indexing Terabytes of Files with SQL Server and Cloud Storage
Posted
over 3 years ago
by
Nicholas Dritsas
1
Comments
Author: Darko Sancanin, Nicholas Dritsas Reviewers and contributors: Lubor Kollar, Stuart Ozer, Michael Thomassy Business Case There are currently over 50 million files (over 10 Terabytes of data) that the customer is migrating into a custom...
Microsoft SQL Server Development Customer Advisory Team
Concurrency Series: Why do I get blocking when I use Read Uncommitted isolation level or use NOLOCK hint?
Posted
over 2 years ago
by
Sunil Agarwal
1
Comments
Author: Sunil Agarwal Reviewers: Kun Cheng, Chuck Heinzelman, Shaun Tinline-Jones, Sanjay Mishra, Kevin Liu When using NOLOCK hint on the table or using read uncommitted isolation level, customers sometimes get surprised when they experience blocking...
Microsoft SQL Server Development Customer Advisory Team
Multi user SSAS writebacks may result to blocks on similar functions and new connections.
Posted
over 4 years ago
by
Nicholas Dritsas
1
Comments
Author: Nicholas Dritsas Reviewers: Akshai Mirchandani, Kevin Cox, Lubor Kollar, Thomas Kejser Writeback consists of two distinct processes. The first one is an update cube process that updates the current session with the changes. Only the...
Microsoft SQL Server Development Customer Advisory Team
Gemini - Self Service BI!
Posted
over 4 years ago
by
Denny Lee [MSFT]
1
Comments
Gemini is the code name for the new breakthrough Self-Service Business Intelligence (BI) capabilities being delivered in the SQL Server 2008 R2 release. Gemini enables end users to build BI applications by integrating data from a variety of sources, modeling...
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
Using ProcessingGroup Dimension property option ByTable vs. ByAttribute may error with string keys
Posted
over 4 years ago
by
Nicholas Dritsas
1
Comments
Author: Nicholas Dritsas Reviewers: Thomas Kejser, Stuart Ozer In SSAS 2005 and later, there is a dimension property called ProcessingGroup. It has two values; ByAttribute (default) and ByTable. When you use ByAttribute, SSAS will send a SELECT...
Microsoft SQL Server Development Customer Advisory Team
SQL Resources for Compliance
Posted
over 4 years ago
by
Denny Lee [MSFT]
1
Comments
Author : Denny Lee Reviewers : Prem Mehra, Kevin Cox With the terabytes of data that are being stored today - truly representing the data explosion that we've always talked about - it's becoming more and more difficult to provide an audit trail or...
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
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
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
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
New Version of Partition Management Utility Available
Posted
over 4 years ago
by
Stuart Ozer MSFT
1
Comments
I’m happy to announce availability of an updated version of the SQL Server Partition Management tool – now offering full support for SQL Server 2008 as well as improvements in handling SQL Server 2005. The tool is available along with source code at http...
Microsoft SQL Server Development Customer Advisory Team
Using BIDS 2008 to validate Analysis Services 2005 cubes
Posted
over 4 years ago
by
Thomas Kejser
1
Comments
If you have experimented with cube design in SQL Server 2008, you will probably have run into the new AMO design warnings in Business Intelligence Development Studio 2008 (BIDS). We find that these warnings help customers a lot: they allow them to quickly...
Microsoft SQL Server Development Customer Advisory Team
SQL Server 2008’s Oracle destination fast load option may fail if certain Oracle system views are missing
Posted
over 4 years ago
by
Nicholas Dritsas
1
Comments
Author: Nicholas Dritsas Reviewers: Lubor Kollar, Michael Thomassy, Sanjay Mishra SQL Server 2008’s latest feature pack, that can be found here , contains a new Oracle connector by Attunity that supports Oracle versions 9.2.0.4 and higher. When...
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...
Page 4 of 7 (152 items)
«
2
3
4
5
6
»