SQL: Suggestion for SSMS -> Save as table
I often look at the results of a query in SSMS and want to save them off somewhere, and what I really want is a table. To do that, at present, I need to:
- Right-click and use Save Results As to go to a CSV
- Use the flat file import wizard (or something) to import the CSV
Now obviously, in some cases, if it was a SELECT query, I could add an INTO clause and just run the query again, but there are many many cases where I want to save the outcome of another type of query. It could also be that I just can’t run the query again for whatever reason.
2024-03-28