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.
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.