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-06-05 : 09:12:50
|
Ramapriya M.R writes "Oracle has a concept of domain index which helps in extending indexing and retrieving operation using customized routines.
One can use this features to build his own index (while creating index one can add a indextype as shown below "Create index Index_name on table_Name(Column_Name) indextype is XXXX")
Like wise same can be done for retrieving (By defining operators).
Iam looking for a way to extend indexing as well as retrieving(Executing SQL statements) fuctions on SQL server." |
|
|
|
|
|