Sign in
SQL Server Thoughts from the Field
Rob's SQL Server & BI Blog
Tags
2000
2005
2008
32-bit
64-bit
Analysis Services
Clustering
Community
Cumulative Update
Database Maintenance
Database Mirroring
DBCC
High Availability
Kerberos
Memory
Other
Performance
Performance Dashboard Reports
Reporting Services
Security
SQL Server
SQLBits
Support
Tools
Upgrade
User Group
Windows
Browse by Tags
TechNet Blogs
>
SQL Server Thoughts from the Field
>
All Tags
>
2005
Tagged Content List
Blog Post:
Hosting the Performance Dashboard Reports in SSRS
Rob_Carrol
I blogged a while back about modifying the SQL Server 2005 Performance Dashboard reports to run on SQL Server 2008 . I’ve since been working with several customers who use these reports for performance troubleshooting, but who would like to host them on their Reporting Services platform so they...
on
28 Sep 2010
Blog Post:
Mirroring Multiple SQL Server Databases on a Single Instance
Rob_Carrol
This is a question I get asked a lot by customers (last week being the latest) and the answer really depends on which platform you are running on. There is a support policy in Books Online that states that we only support a maximum of 10 mirrored databases per instance on 32-bit systems , however in...
on
11 Feb 2010
Blog Post:
Caching SSRS Reports for Performance
Rob_Carrol
I’ve been fairly quiet on the blogging-front recently, but I have been busy working with SQL Server Reporting Services (SSRS) ! I've also been fortunate enough to present a session to customers on SSRS scalability at a recent Business Intelligence Operations Day in Reading, UK. One thing that struck...
on
10 Feb 2010
Blog Post:
SQL Server 2005 Multi-Site Clustering with Windows Server 2008
Rob_Carrol
I was working recently with a customer who was looking to deploy a SQL Server 2005 cluster across 2 geographically dispersed sites using Windows Server 2008. They were looking to utilise the new clustering improvements in Windows Server 2008 to build a highly available SQL Server solution. The customer...
on
15 Mar 2009
Blog Post:
SQL Server 2005 Performance Dashboard
Rob_Carrol
I've had one or two requests recently to set up the Performance Dashboard reports on SQL Server so I've created this blog post to step through the process. Firstly, the Performance Dashboard was created to allow customers and support engineers to monitor the general performance characteristics of a server...
on
12 Jun 2008
Blog Post:
SQL Server Locking
Rob_Carrol
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 by reading or modifying the data, it must protect...
on
18 May 2008
Blog Post:
SQL Server Statistics
Rob_Carrol
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 the optimizer to accurately assess the cost of different...
on
16 May 2008
Blog Post:
SQL Server and Windows Memory
Rob_Carrol
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 memory not in use by other applications and the...
on
15 May 2008
Page 1 of 1 (8 items)