No, smith, Smith, SMITH, SmItH etc are all the same things.
Not sure what you mean by the 2nd part? If 'Smith' and 'smith' exist in the database it would bring back both rows regardless of which variant of the word Smith you used.
To determine the case sensitivity of a server, execute the stored procedure sp_server_info, and then examine the contents of row 18. If the server has been installed with the case-insensitive setting, the option for sort_order will be set to nocase. You can run a stored procedure from the Query Analyzer.
By default, it is case-insensitive, but this is something that can be changed during the SQL install.
Bookmarks