How to setup multi-subnets Azure SQL VM AG group based WSFC (Windows Server 2019)

In this article, we will learn how to set up Azure SQL VM AOAG based on Windows Server 2019 Failover Cluster step-by-step,  it is a detailed supplement to the Microsoft official articles and it is a beginner's guide for people who have no experience to do that, please read this article closely with Mircosoft's guide: […]
The post How to setup multi-subnets Azure SQL VM AG group based WSFC (Windows Server 2019) appeared first on SQLServerCentral.

Generate Random Dates in T-SQL

In this article we look at how to generate random dates in SQL Server to build a sample dataset along with code and examples
The post Generate Random Dates in T-SQL appeared first on SQLServerCentral.

Query SQL Server with Python and Pandas

In this article, we examine how to read SQL Server data and parse it directly into a dataframe and perform operations on the data using Python and Pandas.
The post Query SQL Server with Python and Pandas appeared first on SQLServerCentral.