You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: samples/manage/sql-server-extended-security-updates/scripts.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ESU registration script examples
2
2
3
-
Microsoft shares example scripts in [T-SQL](#tsql) and [Powershell](#ps) that can generate the required SQL Server instance registration information.
3
+
Microsoft shares example scripts in [T-SQL](#tsql) and [Powershell](#ps) that can generate the required SQL Server instance registration information. The Powershell samples create a CSV file that can be used to bulk register SQL Server instances covered by an ESU subscription.
4
4
5
5
## <aname="tsql"></a> T-SQL
6
6
To collect registration information from a **single instance**, you can use the example T-SQL script [EOS_DataGenerator_SingleInstance.sql](./scripts/EOS_DataGenerator_SingleInstance.sql) below:
@@ -47,4 +47,4 @@ To collect registration information from **all instances in a single machine**,
47
47
To collect registration information from **all instances listed in a text file**, you can use the example Powershell script [EOS_DataGenerator_InputList.ps1](./scripts/EOS_DataGenerator_InputList.ps1). Refer to [ServerInstances.txt](./scripts/ServerInstances.txt) for an input text file example.
48
48
49
49
> [!NOTE]
50
-
> Verify if the **Host Type** is correct for your SQL Server instance before uploading the CSV file.
50
+
> Verify if the **Host Type** is correct for your SQL Server instance before uploading the CSV file.
0 commit comments