1309 SQL server 2012 data integration recipes

1K 478 0
1309 SQL server 2012 data integration recipes

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

... loading data from these sources into SQL Server There are a number of ways in which data can be pushed or pulled from MS Office sources into SQL Server These include: • Using T -SQL (OPENDATASOURCE... (C: SQL2 012DIRecipesCH01AddExcelLinkedServer .Sql) : EXECUTEmaster.dbo.sp_addlinkedserver @SERVER = 'Excel' ,@SRVPRODUCT = 'ACE 12.0' ,@PROVIDER = 'Microsoft.ACE.OLEDB.12.0' ,@DATASRC = 'C: SQL2 012DIRecipesCH01CarSales.xlsx'... the source data, only using the linked server name and worksheet (or range) name in four-part notation using a T -SQL snippet like (C: SQL2 012DIRecipesCH01SelectEXcelLinkedServer .Sql) : SELECT

Ngày đăng: 11/07/2018, 16:58

Từ khóa liên quan

Mục lục

  • SQL Server 2012 Data Integration Recipes

    • Contents at a Glance

    • Contents

    • About the Author

    • About the Technical Reviewers

    • Acknowledgments

    • Introduction

    • Chapter 1: Sourcing Data from MS Office Applications

      • 1-1. Ensuring Connectivity to Access and Excel

        • Problem

        • Solution

        • How It Works

        • Hints, Tips, and Traps

        • 1-2. Importing Data from Excel

          • Problem

          • Solution

          • How It Works

          • Hints, Tips, and Traps

          • 1-3. Modifying Excel Data During a Load

            • Problem

            • Solution

              • Querying the Source Data

              • Altering the Destination Table Name

              • Replacing the Data in the Destination Table

              • Enabling Identity Insert

              • Adjusting Column Mappings

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan