About 40,400 results
Open links in new tab
  1. Splitting a SQL Server Table Over Multiple Files

    Oct 9, 2019 · One key solution is to identify the largest tables in your primary file group and rebuild the table (s), directing the data to another file group which you have created with multiple data files …

  2. How to Break an Existing Single Database File Into Multiple Files

    See how to break up a single data file into multiple data files so that they can be spread over several different LUNs and to take advantage of the improved performance of using the files in parallel.

  3. Split SQL database backups into multiple backup files using SSMS

    In this article, we learned how we can split the large backup file into multiple backup files and how to restore the database using multiple backup files using SQL Server Management Studio.

  4. Split a file group into multiple data files | Microsoft Community Hub

    Mar 15, 2019 · Periodically we are asked how to split an existing filegroup into multiple data files. The quick answer is that SQL Server does not have a built-in way for you to do that automatically, but you …

  5. sql server - Splitting a DB into multiple files - Database ...

    May 9, 2017 · I have been asked to split the DB into 500Gb files, but I cannot use Filegroups due to restrictions from the vendor. My thinking was to create 3 devices and use the DBCC SHRINKFILE …

  6. How do I split a large MySql backup file into multiple files?

    Oct 1, 2010 · It allows you to split any SQL file into several smaller files (you can define the maximum size) SQL syntax will be kept correct and it works with 'multiple insert' query syntax.

  7. mysql - How to split up an SQL database into multiple files (to be ...

    Dec 1, 2017 · So, is there a way to split up the database into manageable chunks of, say 1 GB, that I can then upload one at a time and recombine back into the original form (complete working …

  8. How to Split a Database Across Multiple Files - DBA Services

    May 16, 2018 · Learn how to split SQL databases across multiple files and disks for performance and storage management.

  9. how to split a very large database on sql server

    I have a 90 GB SQL Server database that I want to make more manageable. It stores stock data from 50+ different stocks from 2009 and 2010, and each stock is a separate table.

  10. SQL Server – Breakup A Monolithic Data File (Database) Into Multiple ...

    Aug 8, 2017 · If you do no already know, it is possible to have multiple files called secondary files for storing data besides the .mdf file. These files take a .ndf extension (recommended) and can help …