Live Lecture
While a great deal of data residing in a Microsoft SQL Server system is entered directly by users who are running application programs, there is often a need to move data in other locations, to and from SQL Server. SQL Server provides a set of tools you can use to transfer data in and out. Some of these tools, such as the bcp (Bulk Copy Program) utility and SQL Server Integration Services, are external to the database engine. Other tools, such as the BULK INSERT statement and the OPENROWSET function, are implemented in the database engine. With SQL Server, you can also create data-tier applications that package all the tables, views, and instance objects associated with a user database into a single unit of deployment. In this Lecture, you will explore these tools and techniques so that you can import and export data to and from SQL Server.
· Lessons
· Transferring Data to and from SQL Server
· Importing and Exporting Table Data
· Using bcp and BULK INSERT to Import Data
· Deploying and Upgrading Data-Tier Application
· Lab : Importing and Exporting Data
· Import and Excel Data Using the Import Wizard
· Import a Delimited Text File Using bcp
· Import a Delimited Text File using BULK INSERT
· Create and Test an SSIS Package to Extract Data
· Deploy a Data-Tier Application
· After completing this Lecture, you will be able to:
· Describe tools and techniques for transferring data.
· Import and export table data.
· Use bcp and BULK INSERT to import data.
· Use data-tier applications to import & export applications.