About 29,100,000 results
Open links in new tab
  1. How to Open a Database in SQL Server? - GeeksforGeeks

    May 24, 2024 · In this article, we will explore two methods to open a database in SQL Server such as using SQL Server Management Studio (SSMS) and using Transact-SQL (T-SQL) …

  2. SQL DATABASE Keyword - W3Schools

    The CREATE DATABASE command is used is to create a new SQL database. The following SQL creates a database called "testDB": Tip: Make sure you have admin privilege before creating …

  3. How to Open an SQL File on Windows & macOS - wikiHow

    Mar 10, 2025 · To quickly view or edit SQL file, you can open it in a text editor like Notepad or TextEdit. You can also open SQL files in MySQL Workbench to use MySQL's database editing …

  4. Opening database file from within SQLite command-line shell

    Jan 30, 2012 · The command within the Sqlite shell to open a database is .open. The syntax is, sqlite> .open dbasename.db If it is a new database that you would like to create and open, it is …

  5. DB Browser for SQLite

    DB Browser for SQLite (DB4S) is a high quality, visual, open source tool designed for people who want to create, search, and edit SQLite or SQLCipher database files. DB4S gives a familiar …

  6. How to open a database table in SQL Server? - Blog - Silicon Cloud

    In SQL Server, you can open a database table using the following methods: Open a table using SQL Server Management Studio (SSMS). Open SSMS and connect to the SQL Server …

  7. How to Open a Database File on PC or Mac - wikihow.tech

    Sep 6, 2019 · This wikiHow teaches you how to view the contents of a .db or .sql (database) file using DB Browser for Windows and macOS.

  8. Open SQL file : Complete tutorial - DataScientest.com

    Nov 25, 2023 · SQL files (Structured Query Language) hold code that outlines the structure and contents of a database. Opening a SQL file facilitates the execution of code to modify the …

  9. Connect and Query SQL Server Using SSMS | Microsoft Learn

    Apr 16, 2025 · This article covers connecting and querying an instance of SQL Server. For Azure SQL, see Connect and query Azure SQL Database & SQL Managed Instance. To use Azure …

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

  11. Some results have been removed