ronascentes - Overview
Navigation Menu
Pinned Loading
-
A collection of amazing code patterns for T-SQL
-
1
# download the module to local folder2
Invoke-WebRequest -Uri powershellgallery.com/api/v2/package/sqlserver -Out C:\temp\sqlserver.zip
5
Expand-Archive -LiteralPath 'C:\temp\sqlserver.zip' -DestinationPath C:\temp\sqlserver