Files
azuredatastudio/extensions/import
Alan Yu e77c2fc9bb Update Import Flat File readme (#2353)
Added requirements and getting started entry points.
2018-08-29 13:00:54 -07:00
..
2018-08-09 14:34:17 -07:00
2018-08-07 17:27:07 -07:00
2018-08-07 17:27:07 -07:00
2018-08-07 17:27:07 -07:00

Microsoft SQL Server Import for SQL Operations Studio

Import Flat File Wizard is a simple way to copy data from a flat file (.csv, .txt) to a destination. This overview describes the reasons for using this wizard, how to find this wizard, and a simple example to follow.

image

Requirements

  • This wizard requires an active connection to a SQL Server instance to start.
  • This wizard only works on .txt and .csv files.

How do I start the wizard?

  • The main entry point for the wizard is to right click a database in the Object Explorer, and click Import wizard.
  • If a user is connected to a SQL Server instance, the user can also press Ctrl+I to start the wizard.

Why would I use this wizard?

This wizard was created to improve the current import experience leveraging an intelligent framework known as Program Synthesis using Examples (PROSE). For a user without specialized domain knowledge, importing data can often be a complex, error prone, and tedious task. This wizard streamlines the import process as simple as selecting an input file and unique table name, and the PROSE framework handles the rest.

PROSE analyzes data patterns in your input file to infer column names, types, delimiters, and more. This framework learns the structure of the file and does all of the hard work so users don't have to.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Privacy Statement

The Microsoft Enterprise and Developer Privacy Statement describes the privacy statement of this software.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the Source EULA.