Sign In
Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
January 2011
(1)
June 2010
(11)
May 2010
(9)
April 2010
(22)
March 2010
(18)
MSDN Blogs
>
Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Blog
Blog has been migrated to http://www.temenosonsql.com
Posted
over 1 year ago
by
Aranu
0
Comments
Dear readers - please note that this blog is no longer active at this location. The blog has been migrated and is now available on Technet at the following friendly URL: http://www.temenosonsql.com . Thank you.
Blog
The DBCC INDEXDEFRAG Command
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
Understanding DBCC (Database Console Commands) is a step toward becoming a better and well-rounded DBA for TEMENOS T24 . In my last post , I covered the basics of DBCC DBREINDEX, a command that rebuilds your indexes to remove fragmentation. In this post...
Blog
The DBCC DBREINDEX Command
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
If you want to be a better and well-rounded DBA for TEMENOS T24, understanding DBCC (Database Console Commands) is an important step. In my last post , I covered the basics of the DBCC SHOWCONTIG command and how to find table fragmentation. In this post...
Blog
The DBCC SHOWCONTIG Command
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
If you want to become a better and well-rounded DBA for TEMENOS T24, understanding DBCC (Database Console Commands) is an important step. In my previous posts in this series, I discussed the basics of DBCC and three commands: DBCC SQLPERF, DBCC HELP ...
Blog
SQL Server Scan and Seek Execution Plan Operations
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
To get better performance from SQL Server queries, you need to be able to read a query execution plan and determine if that plan needs to be optimized. An execution plan is the method that the optimizer will follow to execute the submitted query, and...
Blog
SQL Server Index Intersection/Union
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
The SQL Server optimizer has many algorithms and operators to put together reusable execution plans for queries that you run against a system. One is the ability to perform index intersection and/or union, which basically means that it can use multiple...
Blog
Backup and Recovery Basics: Part 2, Recovering Your Databases
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
In my last post about backup and recovery, I discussed the various methods for backing up a SQL Server database. In this post, I'll discuss the other half of the equation: restoring the database. After all, backups are only as good as the last restoration...
Blog
The SQL Server 2008 Data Collector: Part 3
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
This is the third post in a series about the data collector in SQL Server 2008. In the first post , we looked at how to set up the data collector; in the second post , we looked at the standard counters that are captured by the data collector. In this...
Blog
SQL Server Index Types
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
Query optimization is one of the most important skills in your system performance and scalability toolkit, and correct index usage is one of the most effective ways to get good query execution plans. Queries need efficient on-disk access paths to minimize...
Blog
The SQL Server 2008 Data Collector: Part 2
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
This is the second part in a series of posts about the data collector in SQL Server 2008. In this post, I will list the measurements that are available from the data collector. This may seem like a strange post, but I could not find this information anywhere...
Blog
The SQL Server 2008 Data Collector: Part 1
Posted
over 2 years ago
by
Wayne Walter Berry
1
Comments
This is the first part of a series of posts about the data collector in SQL Server 2008. The data collector captures key Windows Performance Monitor counters and internal SQL Server counters every minute in a SQL Server database. In this post, I'll show...
Blog
Backup and Recovery Basics
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
As database administrators, we are charged with not only protecting our data but also being able to recover it in case of emergencies. For that reason, knowing the different types of backups that are available to you in SQL Server, how they work, and...
Blog
The DBCC CHECKALLOC Command
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
Understanding DBCC (Database Console Commands) is a step toward becoming a better and well-rounded DBA for Workforce Central. In my last post , I covered the basics of DBCC and two of its commands: SQLPERF and HELP. In this post, I will cover the DBCC...
Blog
Introduction to DBCC Statements
Posted
over 2 years ago
by
Wayne Walter Berry
0
Comments
Understanding DBCC (Database Console Commands) is a step toward becoming a better and well-rounded database administrator (DBA) for Workforce Central. DBCC is a command in Transact-SQL that helps you implement maintenance, validation, and information...
Blog
The Plan Cache
Posted
over 2 years ago
by
Aranu
0
Comments
Knowing which queries are performing slowly gives you inside knowledge that you can use to optimize SQL Server. Every query that is executed against SQL Server is stored in the plan cache. Besides the raw query and the execution plan that is needed for...
Blog
Are You Making This Common RAM Mistake?
Posted
over 2 years ago
by
Aranu
0
Comments
RAM is the secret sauce in SQL Server performance: the more RAM, the faster the performance. In this post, I'll discuss how RAM is allocated for the data cache in SQL Server. SQL Server fulfills a request for data only from RAM, never streaming off the...
Blog
Updating a SQL Server Failover Cluster
Posted
over 2 years ago
by
Aranu
0
Comments
You have your highly available instance of SQL Server in place, and you've grown comfortable with the unique attributes of administering a clustered SQL Server configuration. (See my previous post .) Now, you've decided (or Temenos Group has asked you...
Blog
Managing a SQL Server Failover Cluster
Posted
over 2 years ago
by
Aranu
0
Comments
SQL Server failover clustering can be intimidating if you're not used to administering clustered systems. In my earlier post , I discussed how to install Windows and SQL Server in a failover cluster configuration. TEMENOS T24 fully supports using a clustered...
Blog
Installing SQL Server Failover Clustering
Posted
over 2 years ago
by
Aranu
0
Comments
SQL Server has a variety of options to improve availability, including failover clustering. Failover clustering protects you from several kinds of hardware and software failures, such as a server crash, a local disk drive failure, or an application fault...
Blog
Performance Analysis of Logs (PAL) Tool: Part 3
Posted
over 2 years ago
by
Aranu
0
Comments
The PAL tool can help you find performance bottlenecks in SQL Server running TEMENOS T24 by aggregating and evaluating the hundreds of Windows Performance Monitor counters that are associated with SQL Server. In part 1 and part 2 of this series about...
Blog
Performance Analysis of Logs (PAL) Tool: Part 2
Posted
over 2 years ago
by
Aranu
0
Comments
Do you want to improve the performance of TEMENOS T24 on SQL Server by finding and clearing the bottlenecks? Then fire up the PAL tool. This tool can help you find performance bottlenecks in SQL Server running TEMENOS T24 by aggregating and evaluating...
Blog
Performance Analysis of Logs (PAL) Tool: Part 1
Posted
over 2 years ago
by
Aranu
0
Comments
The Performance Analysis of Logs (PAL) tool is a free tool from CodePlex . It parses and analyzes Windows Performance Monitor logs to find performance bottlenecks. The PAL tool can help you find performance bottlenecks in SQL Server running TEMENOS T24...
Blog
Reading the SQL Server Error Logs: Part 5
Posted
over 2 years ago
by
Aranu
0
Comments
In the fourth post about the SQL Server error logs, we examined the logging of database startup and recovery entries. In this final post about the error logs, we'll examine the logging of security and network startup entries. Understanding how the SQL...
Blog
Reading the SQL Server Error Logs: Part 4
Posted
over 2 years ago
by
Aranu
0
Comments
In the third post about the SQL Server error logs, we examined the CPU, locking, and memory messages. In this fourth post, we'll examine database startup and recovery. Here's that picture of the error log again for reference: System Databases ...
Blog
RAID 1 + 0 and SQL Server I
Posted
over 2 years ago
by
Aranu
0
Comments
In my posts about RAID ( part 1 and part 2 ), I didn't cover RAID 1 + 0 because RAID 1 + 0 isn't a good combination for SQL Server running TEMENOS T24. However, we have received many questions about why I didn't cover RAID 1 + 0. So, I'll explain how...
Page 1 of 3 (61 items)
1
2
3