| Title | Author | Age | Description |
|---|---|---|---|
| isMSDTC.ps1 | Chad Miller | 18 hours ago | Checks whether MSDTC is enabled for network access. By default MSDTC network access is disabled. This feature is needed by SQL Server Linked Servers |
| ConvertToStringData | Chad Miller | 9 days ago | Converts a hashtable to a string representation of the hashtable definition. Useful in persisting hashtables to .NET Isolated Storage |
| Get-MSCSRestartAction | Chad Miller | 44 days ago | Returns the restart action for Microsoft Cluster resources. Useful in finding non-critical resources like Backup S/W which have affect group setting on. See http://msdn.microsoft.com/en-us/library/aa371464(VS.85).aspx for restartAction description. |
| sqlps2 | Chad Miller | 62 days ago | A C# source file created by running make-shell to create a SQL Server minishell |
| Invoke-SqlCmd2 | Chad Miller | 103 days ago | Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout. Fixed minor issue closing connection. |
| Invoke-SqlCmd2 | Chad Miller | 103 days ago | Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout |
| Invoke-SqlCmd2 | Chad Miller | 103 days ago | Implements SQL Server 2008 Invoke-Sqlcmd and addresses bug where querytimeout does not work correctly https://connect.microsoft.com/SQLServer/feedback/details/551799/invoke-sqlcmd-querytimeout-0-still-times-out |
| SQLPSX SSIS Demo | Chad Miller | 107 days ago | A PowerShell script that demonstrates working with SSIS using the SQL Server PowerShell Extensions module SSIS. |
| MacroScopeParser | Chad Miller | 116 days ago | Uses MacroScope/Antlr to parse SQL query for tables and table aliases |
| Out-Html | Chad Miller | 183 days ago | Out-HTML – converts cmdlets help to HTML format Modify the invocation line at the bottom of the script if you want to document fewer command, subsets or snapins |
PowerShell Code Repository