Home All Groups Group Topic Archive Search About

SQL Server database programming

microsoft.public.sqlserver.programming
Score LIKE vs Equals
Jon - 14 Feb 2005 12:49 PM - 3 messages
In my office there is a guy who programs like the following: SELECT 1 FROM Table where VCharField LIKE 'bob'  as an equiavlent to SELECT 1 FROM Table where VCharField = 'bob' Is there a performance hit with that?  Or, does SQL server translate the ...
Next » 2