Partitioning in SQL 2008 Boundary Wildcard?

guest2013-1

guest
Joined
Aug 22, 2003
Messages
19,800
Reaction score
13
I've got a db with book ISBN's. I'd like to partition the table from 000 to 999 (based on the last 3 digits of the ISBN number)

Is there a way to wildcard the Boundary when setting it up through the wizard in SQL 2008? (ISBN is saved as a varchar field since some media, not just books, have letters in their ISBN definitions)
 
I'm just thinking, would it work just as well if I created a new column that exclusively held the last 3 digits of the ISBN number and did the partition on that?

I'm thinking it might work...
 
Top
Sign up to the MyBroadband newsletter
X