dbatools in detail – What happens when Invoke-DbaQuery is used?
Andreas Jordan
Microsoft SQL Server
 In this article I would like to take you behind the scenes of the PowerShell module dbatools, which I love to use for working with Microsoft SQL Server.The starting point will be a simple query on a table consisting of only a single line of code: Invoke-DbaQuery -SqlInstance 'SRV1\SQL2016' -Query 'SELECT * FROM test01.dbo.testd...
Weiterlesen
Microsoft SQL Server: Setting Up an Always On Availability Group with PowerShell - Part 4: The Always On Availability Group
Andreas Jordan
Englisch
In this series of articles I would like to show how an Always On availability group can be set up quickly and comfortably with PowerShell. In the first part we first dealt with setting up an appropriate environment, in the second part we set up the Windows failover cluster, in the third part the SQL Server instances and the sample da...
Weiterlesen
Microsoft SQL Server: Setting Up an Always On Availability Group with PowerShell - Part 3: The Microsoft SQL Server instances
Andreas Jordan
Englisch
In this series of articles I would like to show how an Always On availability group can be set up quickly and comfortably with PowerShell. In the first part we first dealt with setting up an appropriate environment, in the second part we set up the Windows failover cluster, now we want to install the SQL Server instances.Besides the Power...
Weiterlesen
Microsoft SQL Server: Setting Up an Always On Availability Group with PowerShell - Part 2: The Windows failover cluster
Andreas Jordan
Englisch
In this series of articles I would like to show how an Always On availability group can be set up quickly and comfortably with PowerShell. In the first part we first dealt with the setup of a corresponding environment, now we want to fill it with life.For general information on availability groups, I simply refer here to Microsoft's documentat...
Weiterlesen
Microsoft SQL Server: Setting Up an Always On Availability Group with PowerShell - Part 1: The environment
Andreas Jordan
Englisch
In this series of articles I would like to show how an Always On availability group can be set up quickly and conveniently with PowerShell. In this first part, I will first show you how to set up a corresponding environment so that you can follow the commands. If you already have an environment, you will get hints on the necessary requirements here...
Weiterlesen