About 9,510,000 results
Open links in new tab
  1. database - How to import an SQL file using the command line …

    Jul 16, 2013 · To import an SQL file into a database (make sure you are in the same directory as the SQL file or supply the full path to the file), do: mysql -u username -p database_name < …

  2. How to Import and Export SQL Server Database? - GeeksforGeeks

    Aug 16, 2024 · In this article, We will go through the process of setting up a database in SQL Server, from creating the database and tables to inserting records, and finally, exporting and …

  3. 3 Ways To Import SQL File In MySQL (Step-By-Step Guide)

    Nov 11, 2023 · There are 3 common ways to import an SQL file into MYSQL: Run mysql -u USER -p DATABASE_NAME < PATH/TO/FILE.sql in the command line (or terminal). Use MySQL …

  4. Import Flat File to SQL - SQL Server | Microsoft Learn

    Import Flat File Wizard is a simple way to copy data from a flat file (for example, .csv or .txt) to a new table in your database. The Import Flat File Wizard supports multiple delimiters, including …

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

  6. 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 …

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

    In order to import your .sql try the following steps. Start SQL Server Management Studio; Connect to your Database; Open the Query Editor; Drag and Drop your .sql File into the editor; Execute …

  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 …

  9. PostgreSQL Import SQL File with pgAdmin 4: A Step-by-Step Guide

    In this tutorial, we will show you how to import a SQL file into PostgreSQL using pgAdmin 4. We will start by creating a new database and then importing a SQL file containing data into that …

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

    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, …

  11. Some results have been removed
Refresh