Synchronization with Microsoft SQL Server Analysis Services
|
Last Update 2012/5/16 18:03
|
Category
Database
SQL Server
|
Description
Analysis Services databases must serve a large population of users, and it is best to exploit a scale-out approach: distribute the querying load across multiple hosts, each of which has a copy of the same database. Although database administrators have several options for ensuring that all SSAS instances have the same data, the built-in synchronization method is an effective, easy to implement solution. Database administration expert Baya Dewald shows how built-in synchronization works and how it compares to other approaches. The article also discusses troubleshooting and tuning synchronization performance.
|
|
Hits: 9
|
Subqueries in SQL Server
|
Last Update 2011/6/16 16:18
|
Category
Database
SQL Server
|
Description
Subqueries and derived tables can add great versatility to SQL statements, cut down complexity, but can occasionally be a curse when their effect on performance is poorly understood. Surely everyone understands the various types of subqueries and how they are used? If you felt a twinge of doubt, here is Rob Sheldon's easy guide to the subject.
|
|
Hits: 9
|
SQL Performance Issues: Query Compilation
|
Last Update 2013/4/30 17:57
|
Category
Database
SQL Server
|
Description
Learn how to improve the performance of your SQL Server database and understand when the recompilation of queries is necessary and when it is not. Understanding query compilation issues from an operational perspective requires intimate familiarity with two indispensable tools: Performance Monitor and SQL Profiler.
|
|
Hits: 7
|
Server-side Tracing
|
Last Update 2006/7/20 8:50
|
Category
Database
SQL Server
|
Description
This article will define server-side tracing, explore why it is more efficient than Profiler, and explore how to use it to gather SQL Server 2000 usage information into a physical file.
|
|
Hits: 49
|
Performance Implications of Parameterized Queries
|
Last Update 2011/5/4 6:49
|
Category
Database
SQL Server
|
Description
Why don't we emphasize the huge advantages of parameterized queries over ad-hoc queries in SQL Server? There is a severe impact on resources and performance from repeatedly using similar ad-hoc queries, instead of reusing the existing query plans. This article shows how you can measure this impact, and springs a surprise or two in the process
|
|
Hits: 6
|
|