Sign in
SQL Server Thoughts from the Field
Rob's SQL Server & BI Blog
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
About Me
Tags
2000
2005
2008
32-bit
64-bit
Analysis Services
Clustering
Cumulative Update
Database Maintenance
Database Mirroring
DBCC
High Availability
Kerberos
Memory
Other
Performance
Performance Dashboard Reports
Reporting Services
SQL Server
SQLBits
Support
Tools
Upgrade
User Group
Windows
Archive
Archives
November 2011
(1)
September 2010
(1)
August 2010
(2)
May 2010
(1)
April 2010
(1)
March 2010
(1)
February 2010
(3)
September 2009
(1)
April 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(2)
November 2008
(3)
July 2008
(1)
June 2008
(7)
May 2008
(11)
May, 2008
TechNet Blogs
>
SQL Server Thoughts from the Field
>
May, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server Thoughts from the Field
SQL Server Statistics
Posted
over 5 years ago
by
Rob_Carrol
7
Comments
SQL Server 2005 collects statistical information about indexes and column data stored in the database. These statistics are used by the SQL Server query optimizer to choose the most efficient plan for retrieving or updating data. Good statistics allow...
SQL Server Thoughts from the Field
Detecting SQL Server 2005 Blocking
Posted
over 5 years ago
by
Rob_Carrol
5
Comments
Database queries should be able to execute concurrently without errors and within acceptable wait times. When they don't, and when the queries behave correctly when executed in isolation, you will need to investigate the causes of the blocking. Generally...
SQL Server Thoughts from the Field
Windows Memory (PAE/AWE/3GB)
Posted
over 5 years ago
by
Rob_Carrol
1
Comments
PAE (Physical Address Extension) PAE is the added ability of the IA32 processor to address more than 4GB of physical memory. The following OS's can use PAE to take advantage of physical memory beyond 4GB: Microsoft Windows 2000 Advanced Server...
SQL Server Thoughts from the Field
DBCC CHECKDB
Posted
over 5 years ago
by
Rob_Carrol
1
Comments
DBCC CHECKDB checks the logical and physical integrity of all objects in the specified database by performing the following: Runs DBCC CHECKALLOC on the database Runs DBCC CHECKTABLE on every table and view in the database Runs DBCC CHECKCATALOG...
SQL Server Thoughts from the Field
Windows Failover Clustering Overview
Posted
over 5 years ago
by
Rob_Carrol
2
Comments
The host node in the failover cluster performs a "looks alive" check every 5 seconds. An IsAlive check is performed every 60 seconds using SELECT @@SERVERNAME. If this fails the IsAlive retries 5 times and then attempts to reconnect to the instance of...
SQL Server Thoughts from the Field
SQL Server and Windows Memory
Posted
over 5 years ago
by
Rob_Carrol
2
Comments
SQL Server 2000 Enterprise Edition introduced support for the use of Windows 2000 Address Windowing Extensions (AWE) to address 8GB of memory on Windows 2000 Advanced Server and 32GB of memory on Windows 2000 Datacentre. With AWE, SQL Server can reserve...
SQL Server Thoughts from the Field
SQL Server Locking
Posted
over 5 years ago
by
Rob_Carrol
2
Comments
Locking is a mechanism used by the Microsoft SQL Server Database Engine to synchronize access by multiple users to the same piece of data at the same time. Before a transaction acquires a dependency on the current state of a piece of data, such as...
SQL Server Thoughts from the Field
Open Source Error Opens Big Security Hole
Posted
over 5 years ago
by
Rob_Carrol
2
Comments
A programming error in an open source security project introduces profound vulnerabilities in millions of computer systems. http://www.technologyreview.com/Infotech/20801/?a=f
SQL Server Thoughts from the Field
Forthcoming UK SQL User Group Meetings - Leeds, Edinburgh, London
Posted
over 5 years ago
by
Rob_Carrol
1
Comments
Regional Meetings of the UK SQL Server User Group coming up in the next couple of weeks: LEEDS AREA SQL SERVER USER GROUP: THURSDAY 29TH MAY 18:30 - 21:00 : LEEDS http://sqlserverfaq.com/?eid=116 Martin Bell - Whats New in SQL Server 2008...
SQL Server Thoughts from the Field
Hyper-V RC1 Released
Posted
over 5 years ago
by
Rob_Carrol
0
Comments
Hyper-V Release Candidate 1 for Windows Server 2008 was released on the 20th May. This is a full functionality release and provides improvements to security, stability, performance, user experience, forward compatibility of configurations, and the programming...
SQL Server Thoughts from the Field
SQL Q&A Column in TechNet Magazine
Posted
over 5 years ago
by
Rob_Carrol
0
Comments
Paul Randall has started a new SQL Q&A column in TechNet magazine, which is definitely worth a read. As expected, there is some great advice regarding Database Mirroring, corruption and database fragmentation. http://www.sqlskills.com/blogs/paul...
Page 1 of 1 (11 items)