GeekArticles
Concepts
Data AccessPartitioned Tables and Indexes in SQL Server 2005
Author: msdn.microsoft.com |
Published: 12th Aug 2005 |
Visited: 317 times |
Add CommentFiled in: Data AccessTable-based partitioning features in SQL Server 2005 provide flexibility and performance to simplify the creation and maintenance of partitioned tables and indexes.
Read Article Sponsored Links
Related Articles
• Partitioning existing tables I am attempting to partition a Table T1 with existing data.
Table T1 is as follows:
COLUMN DATATYPE
-----------------
COLUMN1 NUMBER PK
COLUMN2 NUMBER
COLUMN3 NUMBER
I am using this approach:
1- ALTER TABLE T1 RENAME TO T1_TEMP
2- CREA ...
• PerformancePoint 2007: Installing Planning Server Building more intelligent dashboards for businesses is a great idea; however, getting the software installed can be a showstopper. Find out how to install Planning Server, one of several installations required to get PerformancePoint work ...
• Querying SQLServer tables from within an Oracle session Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentati ...
• PrismServer: A Chat Client and Server Solution for .NET 2.0 PrismServer is a complete solution for adding chat and other general purpose multi-user messaging to your .NET applications. Concepts like creating and entering chat rooms, and management of user profiles, are abstracted and exposed as simple properties, methods and eve ...