I have created a database that has many scripts and many sprocs, in this db we have not paid attention to worrying about case sensitivity as it was off for my local development machine.
With all of this said, I am trying to figure out how to make the following 2 statements return the same result.
SELECT * FROM companies
SELECT * FROM Companies
Currently the lowercase one doesn't return anything and says that there isn't that table in the schema.