From 568f95e7a3438ae5dfd2ad368944b22a602834f4 Mon Sep 17 00:00:00 2001 From: Alan Yu Date: Mon, 10 Dec 2018 10:42:13 -0800 Subject: [PATCH] Update SQL Server Import readme extension (#3519) Added DacFx wizard text --- extensions/import/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/import/README.md b/extensions/import/README.md index 36e41bb498..3e13be5efc 100644 --- a/extensions/import/README.md +++ b/extensions/import/README.md @@ -1,8 +1,8 @@ # Microsoft SQL Server Import for Azure Data Studio Microsoft SQL Server Import for Azure Data Studio includes two wizards: -- [Import Flat File Wizard](#import-flat-file-wizard) -- [Data-tier Application Wizard.](#data-tier-application-wizard) +- [Import Flat File Wizard](#import-flat-file-wizard-preview) +- [Data-tier Application Wizard.](#data-tier-application-wizard-preview) ## Import Flat File Wizard *(preview)* **The Import Flat File Wizard** is a simple way to copy data from a flat file (.csv, .txt, .json) to a SQL Server table. Checkout below the reasons for using the Import Flat File wizard, how to find this wizard, and a simple example.