About 6,540,000 results
Open links in new tab
  1. Add Data or Log Files to a Database - SQL Server | Microsoft Learn

    Jan 22, 2024 · Learn how to add data or log files to a database in SQL Server 2019 by using SQL Server Management Studio or Transact-SQL.

  2. Import database (SQL file) in SQL Server Management Studio

    Nov 17, 2020 · To import the file: in the SQL Server Management Studio right click on Databases and create a new database. Then right click on the new database -> Tasks -> Import Data...

  3. How to Add a Data File to a SQL Server Database (T-SQL)

    May 26, 2018 · You can add data files (and log files) to a database at a later date if required. This article contains examples of using T-SQL to add a data file to an existing database in SQL …

  4. Simple way to import data into SQL Server

    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 …

  5. Additional Data Files and Proportional Fill - SQLServerCentral

    Feb 11, 2013 · Additional files can be added to a filegroup configured with fixed-size data files to allow more data to be stored in a in the database. If data is added while files are approaching …

  6. How to Import SQL File in Database With SSMS Server

    Feb 5, 2024 · Follow this comprehensive tutorial to seamlessly import SQL files into your database using SSMS on your Windows 10 or Windows 11 PC/Laptop....more. 🛠️ Master the …

  7. Add file and filegroup SQL server | How to? - Bobcares

    Oct 27, 2022 · Follow the Simple article on how to Add file and filegroup SQL server by our Microsoft SQL Server Support Services. Bobcares offers solutions to every query that comes …

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

    Oct 19, 2011 · Start --> Programs --> MS SQL Server --> Query Analyzer. Once opened, connect to the database that you are wish running the script on. Next, open the SQL file using File --> …

  9. SQL Server Database Management: Managing Files - Petri IT …

    May 18, 2009 · So here’s how you would add a data file to your index filegroup. ALTER DATABASE MyDB ADD FILE ( NAME = MyDBIndex2 , FILENAME = …

  10. Attach a Database - SQL Server | Microsoft Learn

    Aug 10, 2023 · Learn how to attach a database in SQL Server by using SQL Server Management Studio or Transact-SQL. Use this feature to copy, move, or upgrade a database.

  11. Some results have been removed
Refresh