-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Stefan Timovski edited this page May 20, 2018
·
4 revisions
Every SQL user needs to occasionally check the details for some records in the database and he’s only been given the ids for those records. This is common when debugging an application and the user needs to check the data from a few connected tables to find out what’s wrong. Usually the user runs multiple queries in quick succession trying to figure out the problem. He queries a table, sees the output in the Results window of SSMS, copies a list of foreign keys and then queries the foreign key table to see the records in that one. This is an extension trying to speed up that process by removing the nuisance of formatting the data copied from the Results window when pasting it into the next query’s IN clause.