Skip to content

SQL Server Management Studio (SSMS) extension for pasting the contents of the clipboard as formatted comma-separated values.

License

Notifications You must be signed in to change notification settings

Timovski/CSVPaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SQL Server Management Studio (SSMS) extension for pasting the contents of the clipboard as formatted comma-separated values.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages