Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 grouping my data in tables

Author  Topic 

bobz_0585
Yak Posting Veteran

55 Posts

Posted - 2009-04-18 : 10:45:45
in my database i have a table that is exponential growing..i want to group the data on weekly bases i want to create a job that lets say create a table with name from date 1 to date 2 and copies data from the main table that falls within that date..the name is dynamically changing....so how can i do that? please help

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-04-18 : 14:49:37
have you thought about table partitioning? i think what you can do is to partition your table based on date field.
Go to Top of Page
   

- Advertisement -