top of page
Search
SQL Server 2012 Availability Groups Lessons Pt 2
This is the second tip for making your setup of SQL Server 2012 AlwaysOn Availability Groups easier. Tip 2: Make sure that you have...
Repost - originally posted 15-05-2012
Aug 3, 20171 min read
Â
Â
Â
SQL Server 2012 Availability Groups Lessons Pt 1
We recently set up a production SQL Server 2012 system with AlwaysOn Availability Groups (AG) to provide High Availability (HA). During...
Repost - originally posted 14-05-2012
Aug 1, 20171 min read
Â
Â
Â
Linked Servers, SSIS and user name formats
I have spent most of the past 5 to 6 years upgrading SQL Servers. Upgrading from SQL Server 2000 (and prior), 2005, 2008 and 2008R2 to...
Adam Thurgar
Jul 29, 20171 min read
Â
Â
Â
Review your trace flags
Recently I was working on a SQL Server that had the following trace flags enabled. 1204 and 1222 for deadlocks. 1117 uniform tempdb...
Adam Thurgar
Jul 28, 20171 min read
Â
Â
Â
Implicit conversions and poor performance
Whilst debugging a slow query recently and went through the usual suspects. There were indexes on join columns, all the table joins were...
Repost - originally posted 24-10-2012
Jul 27, 20171 min read
Â
Â
Â
Clustered index column in non-clustered indexes
Whilst recently reviewing performance issues on a large legal system, I noticed that every non-clustered index, explicitly included the...
Adam Thurgar
Jul 26, 20171 min read
Â
Â
Â
The data file (mdf) that wouldn't grow
Recently we had an issue where a database was unable to grow the mdf file. This was causing availability issues as no new inserts were...
Adam Thurgar
Jul 23, 20171 min read
Â
Â
Â
AlwaysOn Availability Group Alerts
In SQL Server 2014 there are 289 messages with the word 'availability'. Run the following query: SELECT message_id, severity, text FROM...
Adam Thurgar
Jul 17, 20171 min read
Â
Â
Â
Deadlock Trace Flags
Detecting and resolving deadlocks in SQL Server can be difficult. By default deadlock detection is not enabled. Deadlocks can cause data...
Adam Thurgar
Jul 16, 20171 min read
Â
Â
Â
Standard Alerts and Errors
SQL Server comes with a large number of alerts and errors that on some systems are never configured. SQL Agent Alerts should be...
Adam Thurgar
Jul 12, 20171 min read
Â
Â
Â
Database Backups and Maintenance Solution
When I started with SQL Server over 20 years ago we wrote our own backup and maintenance stored procedures and then created SQL Server...
Adam Thurgar
Jul 10, 20171 min read
Â
Â
Â
bottom of page
