hi all I'm totally new to SQL optimization....
which do you think is faster to execute
select * from process where batch_ID = 'batch000010000'
or select * from process where ID like 'Proc00001%'
where ID is a clustered index and Batch_ID is just an ordinary field......