Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server Indexes
Message
De
14/11/2000 05:51:04
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00441311
Message ID:
00441489
Vues:
7
>>From what I can tell, it's not possible to create SQL server indexes which include UDFs. Is this correct?
>>
>>i.e. in VFP you could say
>>INDEX ON MyFunction(SomeDataField) TAG MyTagName

>Not in SQL Server 7. I believe SQL Server 2000 allows you to define functions >so you may be able to do it then.

After further research, it appears you cannot. The CREATE INDEX command syntax in 2000 still requires column names, and not an expression.

Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform