About 12,400,000 results
Open links in new tab
  1. AdventureWorks sample databases - SQL Server | Microsoft Learn

    Use these links to download the appropriate sample database for your scenario. OLTP data is for most typical online transaction processing workloads. Data Warehouse (DW) data is for data warehousing workloads. Lightweight (LT) data is a lightweight …

  2. Simple way to import data into SQL Server - MSSQLTips.com

    Oct 22, 2009 · SQL Server Management Studio (SSMS) provides the Import Wizard task which you can use to copy data from one data source to another. You can choose from a variety of source and destination data source types, select tables to copy or specify your own query to extract data, and save your work as an SSIS package.

  3. Import data from Excel to SQL Server or Azure SQL Database

    Feb 4, 2025 · There are several ways to import data from Excel files to SQL Server or to Azure SQL Database. Some methods let you import data in a single step directly from Excel files; other methods require you to export your Excel data as text (CSV file) before you can import it.

  4. How to import/export data to SQL Server using the SQL ... - SQL

    Oct 27, 2017 · In this blog post, we will explain the steps for importing and exporting data using the SQL Server Import and Export Wizard.

  5. Load Sample Database - SQL Server Tutorial

    This tutorial shows you step by step how to load a sample database BikeStores into the SQL Server for practicing.

  6. Import CSV file into SQL Server - Stack Overflow

    Here is the sample CSV with header: Prabhat,4,Math,2/10/2013,25,Test data for prabhat. Murari,5,Science,2/11/2013,24,"Test data for his's test, where we can test 2nd ROW, Test." sanjay,4,Science,,25,Test Only. And SQL statement to import: FIRSTROW = 2, FIELDTERMINATOR = ',', --CSV field delimiter.

  7. How to import data from an Excel file to a SQL Server database

    Nov 10, 2017 · In this article, steps for importing data from an Excel file to a SQL Server database will be explained using the SQL Server Import and Export Wizard including some of problems that can occur during the processes.

  8. Import & export data from SQL Server & Azure SQL Database - SQL Server

    Apr 4, 2023 · You can use a variety of methods to import data to, and export data from, SQL Server and Azure SQL Database. These methods include Transact-SQL statements, command-line tools, and wizards. You can also import and export data in a variety of data formats.

  9. Import / Export database with SQL Server Server Management …

    Right click the database itself, Tasks -> Generate Scripts... Then follow the wizard. For SSMS2008+, if you want to also export the data, on the "Set Scripting Options" step, select the "Advanced" button and change "Types of data to script" from "Schema Only" to "Data Only" or "Schema and Data".

  10. How do I import a sql data file into SQL Server? - Stack Overflow

    Oct 19, 2011 · In order to import your .sql try the following steps. you may want to add a bit more detail to this. Screen shots could help as well if you think it is necessary. Basically, run the content of the .sql file in the query editor. I did that in my data base, and I …

  11. Some results have been removed
Refresh