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
dbatools im Detail – Was passiert beim Aufruf von Invoke-DbaQuery?
Andreas Jordan
Microsoft SQL Server
In diesem Artikel möchte ich Sie mitnehmen und einen Blick hinter die Kulissen des PowerShell-Moduls dbatools werfen, das ich sehr gerne für die Arbeit mit dem Microsoft SQL Server einsetze.Ausgangspunkt soll eine einfache Abfrage auf eine Tabelle sein, die nur aus einer einzige Zeile Code besteht: Invoke-DbaQuery -SqlInstance 'SRV1\SQL2016�...
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: Einrichten einer Always On Verfügbarkeitsgruppe mit PowerShell - Teil 4: Die Always On Verfügbarkeitsgruppe
Andreas Jordan
Data Management
In dieser Artikelserie möchte ich zeigen, wie eine Always On Verfügbarkeitsgruppe mit PowerShell schnell und komfortabel aufgesetzt werden kann.  Im ersten Teil ging es zunächst um die Einrichtung einer entsprechenden Umgebung, im zweiten Teil haben wir das Windows Failovercluster eingerichtet und im dritten Teil die SQL Server Insta...
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: Einrichten einer Always On Verfügbarkeitsgruppe mit PowerShell - Teil 3: Die Microsoft SQL Server Instanzen
Andreas Jordan
Data Management
In dieser Artikelserie möchte ich zeigen, wie eine Always-On-Verfügbarkeitsgruppe mit PowerShell schnell und komfortabel aufgesetzt werden kann.  Im ersten Teil ging es zunächst um die Einrichtung einer entsprechenden Umgebung, im zweiten Teil haben wir das Windows Failovercluster eingerichtet, jetzt wollen wir die SQL Server Instanz...
Weiterlesen