Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to optimize this SQL code of datetime
Message
From
09/12/2005 05:13:50
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
How to optimize this SQL code of datetime
Miscellaneous
Thread ID:
01076504
Message ID:
01076504
Views:
50
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
Next
Reply
Map
View

Click here to load this message in the networking platform