top of page
Search
SSMS or Operations Studio ?
I just upgraded SQL Server Management Studio (SSMS) to 17.6 and the I noticed that I didn't have the latest preview of SQL Operations...
Adam Thurgar
Apr 12, 20181 min read
Â
Â
Â
Customising Ola's maintenance solution
I am a big fan of using Ola Hallengren's backup and maintenance solution. https://ola.hallengren.com/ But there may be times that you...
Adam Thurgar
Apr 6, 20181 min read
Â
Â
Â
Availability group multiple listeners
In some circumstances you may need to create multiple listeners for an availability group. It may be that you require each application to...
Adam Thurgar
Apr 1, 20181 min read
Â
Â
Â
Availability Groups and SSL
SQL Server has supported SSL for a number of years and you can enable SSL encryption for your Availability Group listeners to encrypt...
Adam Thurgar
Mar 23, 20181 min read
Â
Â
Â
Service queue errors
Whilst working on a job, I found a number of servers that had very large error logs because of an error like this. The activated proc...
Adam Thurgar
Mar 13, 20181 min read
Â
Â
Â
Changing endpoint ports and owners
Most people know that SQL Server is installed on TCP port 1433 by default. This usually gets changed as it is a well known security...
Adam Thurgar
Mar 9, 20181 min read
Â
Â
Â
Database ownership
Previously I have posted about the importance of SQL Server Agent jobs being owned by sa and the problems that can be caused by jobs...
Adam Thurgar
Mar 7, 20181 min read
Â
Â
Â
Why is my msdb so large?
msdb is a system database used mainly by the SQL Server Agent to store system activities like SQL Server jobs, mail, service broker,...
Adam Thurgar
Mar 4, 20181 min read
Â
Â
Â
SQL Server Agent - Job ownership
I often see SQL Server Agent jobs owned by user accounts. These could be SQL logins or Windows accounts. I like to have all jobs owned by...
Adam Thurgar
Mar 1, 20181 min read
Â
Â
Â
Instant File Initialization
When doing system health checks I still see a number of systems that are not using Instant File Initialization (IFI). This feature of SQL...
Adam Thurgar
Feb 26, 20181 min read
Â
Â
Â
Review of MS event SQL Server 2017 on Linux - Sydney
I went to this event earlier this week, just to keep abreast of what is happening with SQL Server 2017. The event had quite a small...
Adam Thurgar
Feb 23, 20181 min read
Â
Â
Â
Docker Update - success at last
Previously I had tried to get a Docker Windows container running SQL Server 2017 with no success. So when I saw that Microsoft had a new...
Adam Thurgar
Feb 22, 20182 min read
Â
Â
Â
Pad Index
Most DBA's are familiar with the index option of fill factor. It tells the Database Engine how full it should make the leaf level of...
Adam Thurgar
Feb 18, 20181 min read
Â
Â
Â
DBA Toolkit
Every DBA should have a toolkit. A set of scripts that you are comfortable with and can reuse over and over again. If you don't, then...
Adam Thurgar
Feb 16, 20181 min read
Â
Â
Â
SSMS Templates
Not many people use the templates available in SQL Server Management Studio (SSMS) and I was one of those people until recently when I...
Adam Thurgar
Feb 12, 20181 min read
Â
Â
Â
Heaps
In a previous post I mentioned heap tables and since then I decided that they deserve their own post. Heaps tables can be: - tables...
Adam Thurgar
Feb 9, 20181 min read
Â
Â
Â
Drop auto statistics after an upgrade/migration
In a recent blog on database corruption I mentioned that I had dropped all the statistical indexes and let the optimizer recreate them as...
Adam Thurgar
Feb 3, 20181 min read
Â
Â
Â
Cost threshold for parallelism
Is your highest wait statistic type CXPacket? The simplest explanation of this wait type is that there are parallel plans running. For...
Adam Thurgar
Jan 19, 20182 min read
Â
Â
Â
Backward compatibility
There have been many times when I have reviewed SQL Server installations and found databases in a backward compatibility level. Backward...
Adam Thurgar
Jan 15, 20181 min read
Â
Â
Â
Logical vs Physical - Part 2 ' The Physical'
Now that we understand better about Primary Keys, Foreign Keys and declarative referential integrity (DRI). We can look at how this is...
Adam Thurgar
Jan 11, 20181 min read
Â
Â
Â
bottom of page
