Flat File Import - Save/Restore setup and other enhancements #21630
AdamantiumKiwi
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do a lot of importing of csv files, and have been using the Flat File import wizard in SSMS.
When I import a table into SQL Server, I have this workflow:
This is tedious and error prone , and if for example I get the keystrokes out of order and accidentally paste the NVARCHAR(MAX) into the column name I have to go back to the beginning because there's no undo :(
The Flat File Import in VS Code can't use this workflow - Paste doesn't work on the data type, so I have to manually scroll down to the entry and click it.
Please, can we get the following enhancements:
Beta Was this translation helpful? Give feedback.
All reactions