Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

PowerShell-Snippets

tsqlfindstrings.ps1

a PowerShell script which searches a MS SQL Server database for string literals using SMO

get-sqlserver-versions.ps1

displays FileVersion and ProductVersion of all installed instances of sqlservr.exe, the main executable of MS SQL Server

See blog post Retrieving SP and CU of installed SQL Server instances.

get-sqlserver-versions-xlsx.ps1

retrieves FileVersion and ProductVersion of all installed instances of sqlservr.exe, the main executable of MS SQL Server, and looks up the ProductVersion in Microsoft's SQL Server Builds Excel sheet

See blog post Retrieving SP and CU of installed SQL Server instances.

unused-specflow-clauses.ps1

analyzes SpecFlow methods marked with [Given], [When], and [Then] attributes whether there Regexes are referenced in .feature files.

See blog post Finding unused SpecFlow step implementations with PowerShell

About

No description or website provided.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.