Skip to content

Commit 7d7b1a5

Browse files
author
haraldpfirmann
committed
Rename Simply SQL scripts
1 parent d69b2ba commit 7d7b1a5

22 files changed

+85
-23
lines changed

DBSystems/README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
+ Open SQL Connection with SimplySQL
66
+ Close connection with SimplySQL
77
+ Invoke SQL, update, scalar queries with SimplySQL
8+
+ Get SQL instance with SQLServer
9+
+ Get SQL database with SQLServer
810

911
## [Queries](./_QUERY_)
1012

1113
+ Get all connections with SimplySQL
1214
+ Get specified columns from the specified table with SimplySQL
1315
+ Get ScriptRunner-Reports from the ScriptRunner database with SimplySQL
16+
+ Get databases with SQL Server
17+
+ Get instance roles or database roles with SQL Server
18+
+ Get agent jobs or agent job schedules with SQL Server
19+
+ Get Login objects with SQL Server
1420

1521
## [Samples](./Samples)
1622

@@ -20,4 +26,30 @@
2026

2127
+ Open SQL Connection
2228
+ Get/close connections
23-
+ Invoke SQL, update, scalar queries
29+
+ Invoke SQL, update, scalar queries
30+
31+
## [SQL Server](./SQLServer)
32+
33+
+ Get, start, stop SQL instance
34+
+ Configure authentication mode of SQL instance
35+
+ Add, get, remove SQL instance role members
36+
+ Add, get, remove SQL login
37+
+ Get, set, test SQL Smart Admin object
38+
+ Get, backup, restore database
39+
+ Backup, restore Analysis Service database
40+
+ Add, get, remove SQL database role members
41+
+ Read, write table data
42+
+ Read view data
43+
+ Invoke run a script supported by the SQL Server SQLCMD utility
44+
+ Add, get, set, remove SQL credential
45+
+ Add, get, remove SQL role members
46+
+ Get backup history
47+
+ Get, set error log
48+
+ Get, agent, agent schedule
49+
+ Get, agent job, agent job step, agent job schedule, agent job history
50+
+ Add, remove firewall rule
51+
+ Add, get, remove column master key
52+
+ Add, get, remove column encryption key
53+
+ Enable, disable the Always On availability groups feature
54+
+ Encrypt, decrypt, or re-encrypt specified columns in the database
55+
+ Generate In-Memory OLTP Migration Checklist

DBSystems/Samples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
> Note: The use of the scripts requires the PowerShell Module SimplySQL
44
5-
+ [Get-DMSSRErrorStatistic.ps1](./Get-DMSSRErrorStatistic.ps1)
5+
+ [Get-DMSSIMSRErrorStatistic.ps1](./Get-DMSSIMSRErrorStatistic.ps1)
66

77
Reports the number of successful and erroneous reports in the specified period
88

9-
+ [Get-DMSSRRuntimeReport.ps1](./Get-DMSSRRuntimeReport.ps1)
9+
+ [Get-DMSSIMSRRuntimeReport.ps1](./Get-DMSSIMSRRuntimeReport.ps1)
1010

1111
Reports the runtime of actions in the specified period
1212

13-
+ [Get-DMSSRReports.ps1](./Get-DMSSRReports.ps1)
13+
+ [Get-DMSSIMSRReports.ps1](./Get-DMSSIMSRReports.ps1)
1414

1515
Returns the ScriptRunner reports in the specified period
1616

17-
+ [Get-DMSSRUsageReport.ps1](./Get-DMSSRUsageReport.ps1)
17+
+ [Get-DMSSIMSRUsageReport.ps1](./Get-DMSSIMSRUsageReport.ps1)
1818

1919
Reports the usage of actions in the specified period

0 commit comments

Comments
 (0)