About 1,260,000 results
Open links in new tab
  1. sql - What is table partitioning? - Stack Overflow

    Jan 21, 2017 · Table partitioning consist in a technique adopted by some database management systems to deal with large databases. Instead of a single table storage location, they split your …

  2. sql server - How does one Remove a Partition from a Table

    Apr 18, 2019 · Taking the SSMS UI route (rather than figuring out all the DDL script), R-click the partitioned table in the Object Explorer, Design, R-click design area, Indexes, select each …

  3. sql - How to Partition a Table by Month ("Both" YEAR & MONTH) …

    Aug 11, 2015 · Sql server can automatically execute a task which contains SQL or SSIS package. In this case you have sql. There is no need to use an SSIS package. If you run this script and …

  4. Disadvantages of table partitioning (e.g. SQL Server)

    Feb 27, 2018 · Before going the partitioning route Check the explain plan of the query (if there is a particular access pattern) and tune it to make sure right indexes are used and disk operations …

  5. sql server automated daily table partitioning - Stack Overflow

    Mar 18, 2019 · Below is an example daily sliding window maintenance script. This uses a similarly partitioned staging table for the purge since you are using SQL Server 2005 and partition-level …

  6. What is the best way to partition large tables in SQL Server?

    Although, in SQL Server there's limited partitioning ability, unlike Oracle. You can choose only one column for partitioning (even in SQL 2008). So you've to choose a column wisely where that …

  7. Database partitioning - Horizontal vs Vertical - Stack Overflow

    The problems with single database arises when it starts getting huge. So it is required to partition it, to reduce search space, so that it can execute required actions faster.There are various …

  8. What are horizontal and vertical partitions in database and what is …

    Now, on the difference between horizontal and vertical partitioning: "Tribbles" can also accumulate in columns. Example: The solution to that problem is VERTICAL PARTITIONING …

  9. mysql - Database sharding vs partitioning - Stack Overflow

    Dec 25, 2013 · Sharding is a type of partitioning, such as Horizontal Partitioning (HP) There is also Vertical Partitioning (VP) whereby you split a table into smaller distinct parts. …

  10. What is a difference between table distribution and table partition …

    Aug 3, 2018 · A distribution or distribution DB in SQL DW parlance really refers to one of the 60 underlying databases that make up each SQL DW instance. An instance of SQL DW can be …

Refresh