I need a solution
Hello,
I am using Backup Exec 2010 R3. In the "support" tab, there are no posted tapes.
In the logs, I have the following query :
- EXECUTE: SELECT TOP 1100 MediaID, MediaGuid, MediaState, …, FROM MediaPDI_View WHERE ( LocationGuid = ? AND MediaType != 16 AND ( MediaType <> 0 OR MediaSubType <> 0 ) ) ORDER BY MediaLabel ASC
I get the following error :
- Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the UNION operation.
Does anyone have any advice ?
Thanks.