Wayne Sheffield

My blog about SQL Server

Browsing Posts tagged SQL Server

In this month’s T-SQL Tuesday, I want to know about things that you have seen someone do in SQL Server that has left you wonder “What were you thinking?”

You can now run SQL Server on Linux. With it being easy to install / update, and running exactly the same as in Windows, it is my choice for presentations.

Exploring how a parent-child relationship was implemented by a third-party software vendor improperly.

As you already know, SQL Server runs as a service. And services require a service account to run under. While this service account is likely to be a domain service account, it could be an account on the local machine. To follow good security practices you would need to specify that this account: Has the […]