Implementing Full-Text Search in SQL Server 2016 for Advanced Users
This article tells about advanced methods of Full-Text Search usage for data professionals. It...
Implementing Full-Text Search in SQL Server 2016 for beginners
This article talks about the full-text search and its implementation for the beginners to get started. Additionally, the readers will know...
How to install SQL Server vNext and Azure data studio on Ubuntu 18.04
Azure data studio is a cross-platform database management tool. This tool is used to connect, configure, and administrate SQL Server...
Dynamic Data Masking in SQL Server for Advanced Users
This article gives a high-level understanding of dynamic data masking in SQL Server along with its...
Deploying a SQL Server Docker Container
Introduction Containerization has become the dominant topic after the Server Virtualization and Cloud Computing Eras. While many thought...
Move System Databases in the SQL Server Failover Cluster
Recently, I was assigned to a project – our customer purchased a new SAN, and they wanted us to replace the old one with a new SAN....
Filtering Data in T-SQL
Introduction In most scenarios when working with data, users do not require all the data in each...
How to Capture and Analyze SQL Server Events
When working as a SQL Server database administrator, you should have the skills to dive deeply into the ocean of the SQL Server Engine and...
Collation in SQL Server
Introduction You must have already heard the term “Collation” in SQL Server. Collation is a configuration that determines how character...
Using Transaction ROLLBACK in SQL Server
Introduction Very recently, a colleague of mine came to me in desperation owning up that he had...