Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6123439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:01:02+00:00 2026-05-23T16:01:02+00:00

I have a table called ‘customer’ which has too many rows & the decision

  • 0

I have a table called ‘customer’ which has too many rows & the decision was made to split the table into multiple tables by a date column called InsertedDate. The data span years 2009-2011.

I would like to put each year in its own table. So customers for 2009 go into one table called ‘customer2009’ and so on.

Say I have I have a query like:

SELECT LastName
  FROM Customer 
 WHERE InsertedDate BETWEEN '12/20/2009' 
                        AND '01/15/2010'

Is there a feature in SQL Server (in Enterperise edition ?) where if it gets such a query, it intelligently knows to get the data from different tables. The reason I ask is that I don’t want to modify the query into: (there are hundreds of queries)

SELECT LastName 
  FROM Customer2009
 WHERE InsertedDate >= '12/20/2009' 
UNION
SELECT LastName 
  FROM Customer2010 
 WHERE InsertedDate <= '01/15/2010'

I would like to read a white paper and best practices and architecture to do this type of thing if a good resource exists.

Addition:

The gist of my question is I wanted to know if there’s a built-in Enterprisy feature in SQL Server. Not to hack a solution manually which needs to be modified and maintained by people.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T16:01:03+00:00Added an answer on May 23, 2026 at 4:01 pm

    Look into table partitioning in SQL Server 2005+.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table called BlogPost which has a 1-to-many relationship with the Comment
Right now I have a table called Campaigns that has many Hits, if I
I have a table called records which has several columns, one of which is
Have a table called person. which has personid and contactid. if a person is
I have MySQL table called Files which has file_id column and file_type column (and
I have a table called ticket in which I want to swap two rows
I have a table called ApprovalTasks... Approvals has a status column I also have
i have a table called category in which i have main category ids and
Suppose I have a table called Companies that has a DepartmentID column. There's also
I have a database table called Posts which stores all the information regarding an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.