ronascentes - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View ronascentes's full-sized avatar

Rodrigo Nascentes ronascentes

Block or report ronascentes

Pinned Loading

  1. A collection of amazing code patterns for T-SQL

  2. The sp_who3 stored procedure is a custom and open source alternative to the sp_who system stored procedures available in SQL Server.

    TSQL 60 15

  3. 1

    # download the module to local folder

    2

    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