Is it possible for SQL Server 2008 to have case insensitive data, for instance the following would return data...
SELECT mycolumn FROM mytable WHERE mycolumn
Absolutely. A lot depends on the SQL Server collation chosen some of which are or aren't case sensitive.
Selecting a SQL Server Collation