Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Add partitioning on exisiting table?

    Found it ... quite stupid actually. The column i was using as partitioning key was set to nullable. Apparently that caused those problems ( even if the table contained to...

  • RE: Add partitioning on exisiting table?

    I have setup the function, scheme and new partitionned table, i removed all index/primary keys for convenience.

    But when i try to execute this statement :

    ALTER TABLE TheTable_Unpartitioned SWITCH

    TO TheTable_Partitioned...

  • RE: Add partitioning on exisiting table?

    Well, since the volume of data is so large, i want to avoid copying any data. I found something in the help that might ... eh .... help :

    ALTER...

  • RE: More uptime = less performance??

    We're going to try it and see how it affects the curve. I'll let you know if that was the problem.

    Thanx!

Viewing 4 posts - 1 through 4 (of 4 total)