Does LLBLGen Pro support SQL 2005 Partitioning?

Posts   
 
    
bvalle
User
Posts: 54
Joined: 07-Jun-2006
# Posted on: 05-Dec-2006 22:13:59   

Hello

I am about to start research on SQL 2005 partitioning for our project, we are currently using LLBLGen Pro in our project. Will the generated code work with partitioning? Since it looks like a table does it behave like a normal table? Or will I have problems with this.

Please let me know.

Thank you, Bruno

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 06-Dec-2006 09:36:50   

What kind of partitioning are you considering? What's the type of data we're talking about (archived data, live data etc. )?

Frans Bouma | Lead developer LLBLGen Pro
bvalle
User
Posts: 54
Joined: 07-Jun-2006
# Posted on: 06-Dec-2006 15:11:13   

I am talking about this kind of parition: http://www.sqlskills.com/resources/Whitepapers/Partitioning%20in%20SQL%20Server%202005%20Beta%20II.htm#_Toc79339948

using range to divide my data by date of transaction.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 06-Dec-2006 16:37:05   

As far as I understand, the partitioning is done on the physical level, but logicaly the table is still intact. So my conclusion is that a partioned table will be used as a normal table.

bvalle
User
Posts: 54
Joined: 07-Jun-2006
# Posted on: 06-Dec-2006 16:41:36   

Thank you.

I will continue my research. When I have a working system I will let you know the results.wink