Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
Partitioning
Items 1 to 20 of 21
Next 20 >>
Partitioning in SQL Server: Managing Sliding Window Scenario
The concept of a sliding window scenario is to manage and keep the same number of partitions on a partitioned table over time. Learn how in this step-by-step from Arshad Ali.
Read more...
By
Additional Articles
2013/04/11
|
Source:
Database Journal
|
Category:
partitioning
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,948 reads
Filtered Indexes - Simple Partitioning without Enterprise Edition?
This article discusses using Filtered Indexes as a simple partitioning strategy in SQL Server Standard Edition
Read more...
By
Nigel Maneffa
2013/02/21
|
Source:
SQLServerCentral.com
|
Category:
partitioning
Rating:
|
Discuss
|
Briefcase
|
5,405 reads
Partitioning in SQL Server - Part 3
Arshad Ali provides a step-by-step guide to create a partitioned table/index.
Read more...
By
Additional Articles
2013/02/05
|
Source:
Database Journal
|
Category:
partitioning
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,532 reads
Example of SQL Server table partitioning
Recently, one of my favorite customers asked me some very thought-provoking questions about using database partitioning to move transactional data around. Their...
Read more...
By
kleegeek
2013/01/18
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,369 reads
Partitioning in SQL Server
Partitioning has improved with each new version of SQL Server. From partitioned views in SQL Server 7.0 through partition table parallelism in SQL Server 2008. With SQL Server 2012, we are now allowed to even create up to a 15K partition on a single table.
Read more...
By
Additional Articles
2013/01/03
|
Source:
Database Journal
|
Category:
partitioning
Rating:
(not yet rated)
Rate this
|
Briefcase
|
4,250 reads
Partitioned index
Read more...
By
Igor Micev
2012/11/02
|
Category:
partitioning
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,453 reads
SQL Partition
Read more...
By
Srikanth Soundararajan
2011/09/16
|
Category:
partitioning
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,031 reads
Support for 15,000 Partitions in SQL Server 2008 SP2 and SQL Server 2008 R2 SP1
In SQL Server 2008 and SQL Server 2008 R2, the number of partitions on tables and indexes is limited to 1,000. This paper discusses how SQL Server 2008 SP2 and SQL Server 2008 R2 SP1 address this limitation by providing an option to increase the limit to 15,000 partitions. It describes how support for 15,000 partitions can be enabled and disabled on a database. It also talks about performance characteristics, certain limitations associated with this support, known issues, and their workarounds. This support is targeted to enterprise customers and ISVs with large-scale decision support or data warehouse requirements.
Read more...
By
Additional Articles
2011/06/09
|
Source:
TechNet
|
Category:
sql server 2008
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,043 reads
View all table and index partition
This view shows range limits, number of rows and filegroup for each partition for each table
Read more...
By
Federico Iori
2011/05/09
|
Source:
SQLServerCentral.com
|
Category:
partitioning
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
1,113 reads
Automate Sliding Window Partition Maintenance: Part III
Part 3 of Hugh Scott's series on automating sliding window partitions in SQL Server using PowerShell
Read more...
By
Hugh Scott
2010/12/28
|
Source:
SQLServerCentral.com
|
Category:
partitioning
Rating:
|
Discuss
|
Briefcase
|
3,538 reads
Automate Sliding Window Partition Maintenance: Part II
Part 2 of a series on how to automate partition management. In this article learn how easy managing and maintaining a sliding window partition scheme can be with PowerShell.
Read more...
By
Hugh Scott
2010/12/21
|
Source:
SQLServerCentral.com
|
Category:
partitioning
Rating:
|
Discuss
|
Briefcase
|
4,635 reads
Automate Sliding Window Partition Management: Part I
A new series on how you can automate partition management and administration. Hugh Scott explains how this technique helps him manage large deletes.
Read more...
By
Hugh Scott
2010/12/14
|
Source:
SQLServerCentral.com
|
Category:
partitioning
Rating:
|
Discuss
|
Briefcase
|
8,181 reads
Automate Range Right Partition Management with PowerShell
This script automatically splits a partitioned table, merges the partition function and then drops the associated file group for the partition.
Read more...
By
Hugh Scott
2010/11/11
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
1,367 reads
Automate Range Right Partition Management with PowerShell
This script automatically splits a partitioned table, merges the partition function and then drops the associated file group for the partition.
Read more...
By
Hugh Scott
2010/11/11
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
1,367 reads
usp_PartitionDatabase
Given some input parameters, it generates the filegroups, files, partition function and partition scheme sql statements.
Read more...
By
Pedro Lopes MS
2010/05/28
|
Source:
SQLServerCentral.com
|
Category:
sql server 2005
Rating:
|
Discuss
|
Briefcase
|
1,380 reads
Improving Performance of Cross-Partition Queries
Table partitioning was added in SQL Server 2005 and increases performance in most cases but decreases it in others.
Read more...
By
Solomon Rutzky
2010/05/04
|
Source:
SQLServerCentral.com
|
Category:
partitioning
Rating:
|
Discuss
|
Briefcase
|
5,597 reads
Automate Range Right Partition Management with PowerShell
This script automatically splits a partitioned table, merges the partition function and then drops the associated file group for the partition.
Read more...
By
Hugh Scott
2010/11/11
|
Source:
SQLServerCentral.com
|
Category:
powershell
Rating:
|
Discuss
|
Briefcase
|
1,367 reads
Cube Storage: Planning Partitions from a SQL Server Management Studio Perspective
BI Architect Bill Pearson continues his discussion of Partition planning for Analysis Services, this time focusing on the settings and properties involved from a SQL Server Management Studio perspective.
Read more...
By
Additional Articles
2009/12/16
|
Source:
Database Journal
|
Category:
business intelligence
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,808 reads
Partition SWITCH
Read more...
By
D Phillips
2009/09/09
|
Category:
partition
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
3,320 reads
usp_PartitionDatabase
Given some input parameters, it generates the filegroups, files, partition function and partition scheme sql statements.
Read more...
By
Pedro Lopes MS
2010/05/28
|
Source:
SQLServerCentral.com
|
Category:
sql server 2005
Rating:
|
Discuss
|
Briefcase
|
1,380 reads
Items 1 to 20 of 21
Next 20 >>
Tags
administration
(3)
powershell
(3)
partition
(2)
sliding windows
(2)
analysis services (ssas)
(1)
blogs
(1)
business intelligence
(1)
filtered indexes
(1)
performance tuning
(1)
sliding windows technique
(1)
sql server 2005
(1)
sql server 2008
(1)
table partitioning
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.