Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone tell the sql query for R Tree in Sql server 2000.
Posted

1 solution

An R-Tree is a special index that is designed for doing range queries. R-Trees are most commonly used in geospatial systems where each entry is a rectangle with minimum and maximum X and Y coordinates.

In theory, an R-Tree index could be built over 1-dimensional data just as well, but no database of the major four supports it. Reference: http://explainextended.com/2009/08/11/efficient-date-range-query-sql-server/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900