Copy values from data view as 'SQL values list' for easy copy/paste into T-SQL query. SSMSBoost has this feature and I use it extensively.
Copy values from data view as 'SQL values list' for easy copy/paste into T-SQL query. SSMSBoost has this feature and I use it extensively.
1
vote
Anonymous
shared this idea
-
Anonymous commented
Here's an example:
Row Value
1 ABC
2 DEF
3 GHIIf I copy the 'Value' column as 'SQL values list', then a paste would produce this:
'ABC', 'DEF', 'GHI'