YouworkinaOrganizationwhichisnamedWiikigoCorp.TheOrganizationusesSQLServer2008.YouaretheadministratoroftheOrganizationdatabase.NowyouareinchargeofaSQLServer2008instance.Lookatthefollowingquery:SELECTs.*,i.*FROMSensitiveTblASsINNERJOINInsensitiveTblASiONi.OrganizationName=s.OrganizationNameYouusetheabovequerytojointwotablesonacolumnnamedOrganizationName.Thefollowingerrorisreturnedwhenyouexecutethequery."Msg468,Level16,State9,Line17Cannotresolvethecollationconflictbetween'SQL_Latin1_General_CP1_CS_AS'and'SQL_Latin1_General_CP1_CI_AS'intheequaltooperation."TheONclauseofthequeryhastobemodifiedsothatitcanperformacase-sensitivejoinsuccessfully.Whatshouldyoudo?()