This is the 5th article in the series of a comprehensive guide to SQL Server Always On Availability Groups.
Read more »Rajendra Gupta
- Understanding PostgreSQL SUBSTRING function - September 21, 2024
- How to install PostgreSQL on Ubuntu - July 13, 2023
- How to use the CROSSTAB function in PostgreSQL - February 17, 2023
![Git Blame](https://s33046.pcdn.co/wp-content/uploads/2020/07/git-blame-624x368.png)
Visual Studio Code (VS Code) integration with Git Source Control
July 22, 2020This article explores Visual Studio Code integration with Git Source Control.
Read more »![Visual Studio Code Snippet example](https://s33046.pcdn.co/wp-content/uploads/2020/07/visual-studio-code-snippet-example-624x322.png)
Visual Studio Code (VS Code) for SQL Server development
July 16, 2020In the previous article, Getting started with Visual Studio Code (VS Code), we took a detailed overview of the popular code editor. It supports various programming languages t-SQL, Python, PHP, AWS CLI, PowerShell, etc. We need to use extensions in the VS code to work with these languages. For example, if we open the T-SQL script, it recommends you for the below extension.
Read more »![New availability group](https://s33046.pcdn.co/wp-content/uploads/2020/07/new-availability-group-624x540.png)
Install SQL Server 2019 on Windows Server 2016 with SQL Server Always On Availability Groups
July 15, 2020In this article, we will proceed with configuring a SQL Server Always On Availability Groups and perform failover validations.
Read more »![Access static website using custom domain](https://s33046.pcdn.co/wp-content/uploads/2020/07/access-static-website-using-custom-domain-624x360.png)
Launch a static website using AWS S3 buckets
July 15, 2020This article explores the AWS S3 bucket to configure a static website.
Read more »![iSCSI configurations](https://s33046.pcdn.co/wp-content/uploads/2020/07/iscsi-configurations-624x227.png)
Configure failover clusters, storage controllers and quorum configurations for SQL Server Always On Availability Groups
July 14, 2020This article explores the configuration of Windows failover clusters, storage controllers, and quorum configurations for SQL Server Always On Availability Groups.
Read more »![Reverse lookup zones in DNS](https://s33046.pcdn.co/wp-content/uploads/2020/07/reverse-lookup-zones-in-dns-624x229.png)
Configure Domain Controller and Active Directory for SQL Server Always On Availability Groups
July 13, 2020In this series for SQL Server Always On Availability Groups, we are covering end to end configurations for SQL Server 2019 on Windows Server 2016. In the article, A comprehensive guide to SQL Server Always On Availability Groups on Windows Server 2016, we configured three virtual machines with their networking configurations.
Read more »![Network configurations](https://s33046.pcdn.co/wp-content/uploads/2020/07/network-configurations-624x495.png)
A comprehensive guide to SQL Server Always On Availability Groups on Windows Server 2016
July 13, 2020In this article, we will configure a SQL Server Always On Availability Group on the Windows Server 2016. We use SQL Server 2019 for configuration.
Read more »![Overall data flow](https://s33046.pcdn.co/wp-content/uploads/2020/07/overall-data-flow.png)
Working with Git components in Azure Data Studio
July 9, 2020This article gives an insight into the terms in the Git repository of Azure Data Studio. In the previous articles, we learned the following things:
Read more »![Command Palette](https://s33046.pcdn.co/wp-content/uploads/2020/07/command-palette-1.png)
Getting started with Visual Studio Code (VS Code)
July 8, 2020Visual Studio Code is a popular text editor or code editor to write queries and codes for developers. It is popularly known as VS code. It can highlight and format the code for quick development and understanding purposes.
Read more »![Synchronization between Git and GitHub repositories](https://s33046.pcdn.co/wp-content/uploads/2020/07/synchronization-between-git-and-github-repositorie-624x245.png)
Integrating Azure Data Studio with Git and GitHub
July 3, 2020In the last article, Source Control using Git in Azure Data Studio (ADS), we explored the following topics:
- The requirement of Source control for SQL scripts
- Git installation on Windows
- Integrate Git in Azure Data Studio
- Create Git repository, add SQL scripts, modify files, commit into source control
- View different versions using the Git timelines
In this article, we will take a step forward and integrate Git installed locally on the GitHub.
Read more »![Comparison with different values of query hint](https://s33046.pcdn.co/wp-content/uploads/2020/07/comparison-with-different-values-of-query-hint-624x254.png)
Explore the SQL query Hint OPTION (FAST N)
July 2, 2020In this article, we will introduce SQL queries hint and will analyze the OPTION(Fast ‘N’) hint in detail.
Read more »![Create Clustered SQL Server Index](https://s33046.pcdn.co/wp-content/uploads/2020/07/create-clustered-sql-server-index-624x302.png)
Explore SQL Server Index Properties in SSMS
July 2, 2020This article gives you an insight into SQL Server Index properties in SSMS.
Read more »![Edit environment variable](https://s33046.pcdn.co/wp-content/uploads/2020/07/edit-environment-variable-e1593631693276-624x290.png)
Source Control using Git in Azure Data Studio (ADS)
July 2, 2020Azure Data Studio is a tool for both developers and database administrators with exciting features. You can install ADS on both Windows and Linux platforms. You can go through various Azure Data Studio articles on SQLShack to be comfortable with the tool and its features.
Read more »![Invoke Assessment](https://s33046.pcdn.co/wp-content/uploads/2020/06/invoke-assessment-624x338.png)
The SQL Server Assessment Extension for Azure Data Studio
June 30, 2020Azure Data Studio extensions enable adding new functionality for development and administrative tasks. It is an open-source functionality and allows Microsoft as well as third party extensions using Marketplace. We explored a few useful extensions in the Azure Data Studio category of articles.
Read more »![Object search](https://s33046.pcdn.co/wp-content/uploads/2020/06/object-search-624x271.png)
Different ways to search for objects in SQL databases
June 29, 2020This article explores various ways to search for database objects in SQL database such as tables, stored procedures, functions, and views.
Read more »![Deployments options](https://s33046.pcdn.co/wp-content/uploads/2020/06/deployments-options-3-624x319.png)
AWS Launch Wizard for quick SQL Server Always On deployments
June 29, 2020SQL Server Always On is a high-availability and disaster recovery solution. We can use multiple secondary replicas for configuring database backups, redirect read requests to offload primary instance load.
Read more »![Logon Trigger integration](https://s33046.pcdn.co/wp-content/uploads/2020/06/logon-trigger-integration-624x168.png)
An overview of Logon triggers in SQL Server
June 19, 2020This article gives you an overview of Logon triggers in SQL Server and its usage to control SQL Server authentication.
Read more »![Engine options AWS RDS SQL Server](https://s33046.pcdn.co/wp-content/uploads/2020/06/engine-options-aws-rds-sql-server-624x517.png)
Deploying an AWS RDS SQL Server using the AWS CLI
June 19, 2020This article deploys a new AWS RDS SQL Server using the AWS CLI command: create-db-instance.
Read more »![ACID properties and transaction states.](https://s33046.pcdn.co/wp-content/uploads/2020/06/acid-properties-and-transaction-states--624x331.png)
How to rollback using explicit SQL Server transactions
June 17, 2020In this article, we will explore the process of rollback an explicit SQL Server transaction. We will also explore the difference between explicit and implicit transactions.
Read more »![Create an AWS Lambda Function](https://s33046.pcdn.co/wp-content/uploads/2020/06/create-an-aws-lambda-function.png)
Automatically Start/Stop an AWS RDS SQL Server using AWS Lambda functions
June 12, 2020This article gives you an overview of the AWS Lambda function to automatically start and stop AWS RDS SQL Server.
Read more »![Profile region](https://s33046.pcdn.co/wp-content/uploads/2020/06/profile-region-624x202.png)
How to stop an AWS RDS SQL Server using a web console and AWS CLI
June 11, 2020This article explores the process to stop an AWS RDS SQL Server using web console and AWS CLI.
Read more »![SQL ACID properties](https://s33046.pcdn.co/wp-content/uploads/2020/06/sql-acid-properties-624x290.png)
Difference between Unique Indexes and Unique Constraints in SQL Server
June 10, 2020This article gives you an overview of Unique Constraints in SQL and also the Unique SQL Server index. Along the way, we will look at the differences between them.
Read more »![computed column in SQL Server](https://s33046.pcdn.co/wp-content/uploads/2020/06/computed-column-in-sql-server-624x365.png)
An overview of computed columns in SQL Server
June 9, 2020In this article, we will explore computed columns in SQL Server and their configurations.
Read more »![Month function](https://s33046.pcdn.co/wp-content/uploads/2020/06/month-function-e1591345831829-624x260.png)
SQL Server Choose() function introduction and examples
June 5, 2020In the article, a CASE statement in SQL, we explored one of the important logical expressions – the Case statement in SQL Server to return the values based on the specified condition. Today, we will talk about another useful logical Choose() function in SQL Server 2012 onwards and its comparison with the Case statement.
Read more »