Black Friday returns to SQLServerFast

November approaches again. For Europeans, that is a month like any other, for Americans, November means: Black Friday, with huge discounts!
The post Black Friday returns to SQLServerFast appeared first on SQLServerCentral.

Advanced SQL Server installation using Powershell DSC

Introduction In the previous article, we learned how to install a SQL Server instance with basic parameters like InstanceName, Features, SourcePath, SQLSysAdminAccounts, etc using Powershell DSC. In this article, we'll discover how to enhance our SQL Server installation with additional configurations. We'll cover things like setting up service account credentials, custom installation directories, configuring TempDB […]
The post Advanced SQL Server installation using Powershell DSC appeared first on SQLServerCentral.

T-SQL Fundamentals: Controlling Duplicates

When people start learning a new field, for example T-SQL, it’s tempting to spend very little time trying to understand the fundamentals of the field so that you can quickly get to the advanced parts.
The post T-SQL Fundamentals: Controlling Duplicates appeared first on SQLServerCentral.