About 17,800,000 results
Open links in new tab
  1. 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.

  2. 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.

  3. Use BULK INSERT or OPENROWSET (BULK...) to import data to SQL Server

    Sep 23, 2024 · This article provides an overview of how to use the Transact-SQL BULK INSERT statement and the INSERT...SELECT * FROM OPENROWSET (BULK...) statement to bulk import data from a data file into a SQL Server or Azure SQL Database table.

  4. Different Options for Importing Data into SQL Server

    Oct 29, 2012 · One simple way of doing this is by using the Import / Export wizard, but along with this option there are several other ways of loading data into SQL Server tables. Another common technique would be to use SSIS.

  5. 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.

  6. Import CSV file into SQL Server - Stack Overflow

    May be SSMS: How to import (Copy/Paste) data from excel can help (If you don't want to use BULK NSERT or don't have permissions for it). This is beside the point, but your sample CSV file should load into MS Access without trouble. Based SQL Server CSV Import.

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

    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 got all my tables (like 10 of them).

  8. How to Import Data into SQL Tables Tutorial (3 methods)

    Jul 10, 2022 · In this article, I’ll show you three different import methods: When you want to load the data line by line. When you want to insert the data from a .csv file. When you add rows to your new SQL table that are the results of another SQL query. Note: This is going to be a practical tutorial, so I encourage you to do the coding part with me.

  9. 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.

  10. sql server - Insert Data into SQL Table from an Excel Sheet

    Dec 16, 2014 · SQL Server Management Studio can do this via its Import / Export features. I do this routinely using SSMS. In SSMS, right click on your database, then choose Tasks | Import Data. it takes me to Create Excel table in to SQL as a new table? You can also choose to import you Excel data into an existing table.

  11. Some results have been removed
Refresh