Two new features in SQL Server Management Studio 17.3
SSMS 17.3 comes with two new exciting features:
- Import Flat File Wizard
- XEvent Profiler
I really like these two features. The Import Flat File Wizard streamlines the import experience of flat files (.csv, .txt) with an intelligent framework (Microsoft Program Synthesis using Examples - PROSE), requiring minimal user intervention or specialized domain knowledge. We don’t have to go through the long and time consuming SQL Server Import and Export Wizard anymore. Hooray!!
Here is the step by step tutorial for Import Flat File Wizard.
XEvent Profiler is replacing the plain old SQL Server Profiler. Finally we got something in SSMS GUI easier to use the extended events. Here is the step by step tutorial for it. Cheers!