|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server database programmingmicrosoft.public.sqlserver.programming
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 ...
|
|||||||||||||||||||||||