Viewing 12 posts - 616 through 627 (of 627 total)
Out of curiosity is this database for an application that allows users to create/define custom fields or even data types? The only reason I'm asking is because I've had...
October 18, 2012 at 7:30 am
First of all you only posted 1 table (Content). What about ContentVersion, ContentFormat, License, Website?
Because that is the only table that was causing performance issues when I broke down...
September 12, 2012 at 12:23 pm
I have to control over that query...I'm not any happier about it either.
...and yes it is dynamically created.
September 12, 2012 at 12:15 pm
That's a very good point...I appreciate all the input. I'll carefully consider both options and test them out.
Thanks
June 21, 2012 at 2:01 pm
Michael Valentine Jones (6/21/2012)
In conjunction with this, they could have the web application query the table using the snapshot isolation level (or set the database to read committed snapshot) so...
June 21, 2012 at 1:45 pm
Well I think I might have it conceptually. Just starting to code it right now...I'll post the final result if everything checks out.
Just create a partition function on two...
June 21, 2012 at 1:34 pm
Sorry one more question if I may.
What would be the best stategy for creating a new partition on the main table in such a way that I would not have...
June 21, 2012 at 12:43 pm
Even better...that's fantastic Gila.
Thank You
June 21, 2012 at 11:42 am
Hmmmm...just quickly reading over msdn articles on switching it seems you can only switch a partition with an empty one. So then I would see it as a three...
June 21, 2012 at 11:22 am
GilaMonster (6/21/2012)
June 21, 2012 at 11:12 am
Yes, I am using Enterprise edition. Partitioning is not something I have yet experimented with but that sounds like a great solution. Thanks for the idea.
June 21, 2012 at 11:04 am
Viewing 12 posts - 616 through 627 (of 627 total)