|
1 | | -Databaseline |
2 | | -============ |
3 | | - |
4 | | -<!-- To publish to PowerShell Gallery, commit an update to the .psd1 file --> |
5 | | -<img src="images/Databaseline.svg" alt="Databaseline icon" align="right" height="200" width="200" /> |
6 | | - |
7 | | -[](https://www.powershellgallery.com/packages/Databaseline/) |
8 | | -[](https://www.powershellgallery.com/packages/Databaseline/) |
9 | | -[](https://github.com/brianary/Databaseline/actions/workflows/continuous.yml) |
10 | | -[](https://mastodon.social/@dataelemental "DataElemental Mastodon profile") |
11 | | - |
12 | | -A collection of general-purpose functions for objects, properties, and more. |
13 | | - |
14 | | -<img src="images/demo.gif" alt="a demonstration of the module commands" height="300" width="600" /> |
15 | | - |
| 1 | +Databaseline |
| 2 | +============ |
| 3 | + |
| 4 | +<!-- To publish to PowerShell Gallery, commit an update to the .psd1 file --> |
| 5 | +<img src="images/Databaseline.svg" alt="Databaseline icon" align="right" height="200" width="200" /> |
| 6 | + |
| 7 | +[](https://www.powershellgallery.com/packages/Databaseline/) |
| 8 | +[](https://www.powershellgallery.com/packages/Databaseline/) |
| 9 | +[](https://github.com/brianary/Databaseline/actions/workflows/continuous.yml) |
| 10 | +[](https://mastodon.social/@dataelemental "DataElemental Mastodon profile") |
| 11 | + |
| 12 | +Enhancements for working with SQL Server databases. |
| 13 | + |
| 14 | +<img src="images/demo.gif" alt="a demonstration of the module commands" height="300" width="600" /> |
| 15 | + |
| 16 | +- [Export-DatabaseScripts](./src/public/Export-DatabaseScripts.ps1): <!-- ERROR: Unable to find type [Database]. --> |
| 17 | +- [Export-MermaidER](./src/public/Export-MermaidER.ps1): <!-- ERROR: Unable to find type [Table]. --> |
| 18 | +- [Export-TableMerge](./src/public/Export-TableMerge.ps1): <!-- ERROR: Unable to find type [Table]. --> |
| 19 | +- [Find-DatabaseValue](./src/public/Find-DatabaseValue.ps1): <!-- ERROR: Unable to find type [Microsoft.SqlServer.Management.Smo.Database]. --> |
| 20 | +- [Find-DbColumn](./src/public/Find-DbColumn.ps1): <!-- ERROR: Unable to find type [Microsoft.SqlServer.Management.Smo.Database]. --> |
| 21 | +- [Find-DbIndexes](./src/public/Find-DbIndexes.ps1): <!-- ERROR: Unable to find type [Microsoft.SqlServer.Management.Smo.Database]. --> |
| 22 | +- [Measure-DbColumn](./src/public/Measure-DbColumn.ps1): <!-- ERROR: Unable to find type [Microsoft.SqlServer.Management.Smo.Column]. --> |
| 23 | +- [Measure-DbColumnValues](./src/public/Measure-DbColumnValues.ps1): <!-- ERROR: Unable to find type [Microsoft.SqlServer.Management.Smo.Column]. --> |
| 24 | +- [Measure-DbTable](./src/public/Measure-DbTable.ps1): <!-- ERROR: Unable to find type [Microsoft.SqlServer.Management.Smo.Table]. --> |
| 25 | +- [New-DbProviderObject](https://github.com/brianary/Databaseline/wiki/New-DbProviderObject): Create a common database object. |
| 26 | +- [Repair-DatabaseConstraintNames](./src/public/Repair-DatabaseConstraintNames.ps1): <!-- ERROR: Unable to find type [Microsoft.SqlServer.Management.Smo.Database]. --> |
| 27 | +- [Repair-DatabaseUntrustedConstraints](./src/public/Repair-DatabaseUntrustedConstraints.ps1): <!-- ERROR: Unable to find type [Microsoft.SqlServer.Management.Smo.Database]. --> |
| 28 | +- [Send-SqlReport](./src/public/Send-SqlReport.ps1): <!-- ERROR: Unable to find type [Microsoft.SqlServer.Management.Smo.Database]. --> |
| 29 | +- [Test-ConnectionString](https://github.com/brianary/Databaseline/wiki/Test-ConnectionString): Test a given connection string and provide details about the connection. |
| 30 | +- [Use-DbInstance](./src/public/Use-DbInstance.ps1): <!-- ERROR: Unable to find type [DbaInstanceParameter]. --> |
| 31 | +- [Use-SqlcmdParams](https://github.com/brianary/Databaseline/wiki/Use-SqlcmdParams): Use the calling script parameters to set Invoke-Sqlcmd defaults. |
0 commit comments