Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to optimize this SQL code of datetime
Message
De
09/12/2005 05:13:50
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
How to optimize this SQL code of datetime
Divers
Thread ID:
01076504
Message ID:
01076504
Vues:
49
Hi,

Anyone know of a better way to optimize
my query below so that the optimizer will
do a clustered index seek insteads of the
clustered index scan. Those commented out
code are those code that I test with.

In addition, is there any function to
convert datetime to numeric value
and vice versa

-- index on PD_INDEX pd_security(product_id)
select * from pd_security
where
--cast(exp_dt as datetime) = '9999-12-31'
--convert(char(10),exp_dt,21) = '9999-12-31'
exp_dt = cast('9999-12-31' as datetime)
Best Regards
Virusim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform