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
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Table spliiting.....

Author  Topic 

shubhada
Posting Yak Master

117 Posts

Posted - 2006-12-14 : 06:55:05
I have one table with 2lakhs rows
How I can splitted the single heavy table in my db
into two new tables and created a partitioned view on it.

SQLTeam

nr
SQLTeam MVY

12543 Posts

Posted - 2006-12-14 : 07:07:27
Have you looked at partitioned views in bol?
That table doesn't have many rows though so I suspect horizontal partitioning isn't the way to go.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -