Error: Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AI" in the equal to operation
Resolution:
SELECT
TAnalystAlerts.ID,
TAnalystAlerts.Category,
TAnalystAlerts.Ticker,
TAnalystAlerts.Title,
TAnalystAlerts.DatePosted,
TAnalystAlerts.[Description],
TAnalystAlerts.URL,
Companies.id_company,
Companies.BAStatus
FROM
TAnalystAlerts LEFT JOIN Companies ON TAnalystAlerts.Ticker COLLATE Latin1_General_CI_AI = Companies.Ticker COLLATE Latin1_General_CI_AI