Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.22 KB

CSV Paste

A simple SQL Server Management Studio (SSMS) extension for pasting data copied from the Results window as formatted comma-separated values into another query’s IN clause.

Installing

Download the latest release and unzip the archive to Management Studio’s extensions folder. There will be a warning message from SSMS the first time it starts. Select “No” and restart SSMS. The extension will work properly from then on. For more information please check the Installation guide.

How to use

Execute a query in the SSMS query window.

Execute Query

Copy the ids from the Results window.

Copy Ids

Use the command to paste them between the parentheses of another query’s IN clause.

Paste

Final Result

For more information check the Wiki.