Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-03-27 : 23:13:01
|
Don writes "Hi, I have a table partitioned by a zip code range. Each table is identical in structure; each has a check constraint similar to([ZIP] >= 0 and [ZIP] < 1000). I've created a view with UNION ALL for each SELECT, and I've written a simple query using the view with something like WHERE [ZIP] = 77056. When I access the view, it times out, and the Query Analyzer indicates that the unions aren't being optimized away. Does the Developer edition of 7 support partitioned views? If it does, any ideas what's wrong?
Thanks, Don" |
|
|
|
|
|