I've been trying to get .bak files on my databases (I'm using Windows Server 2003), but somehow I get this error:
I also tried using Sedrika's AllInOne Database, but got this error:
Does anyone know how I can fix this?Code:Msg 4147, Level 15, State 1, Procedure CHARACTER_STR, Line 211 The query uses non-ANSI outer join operators ("*=" or "=*"). To run this query without modification, please set the compatibility level for current database to 80 or lower, using stored procedure sp_dbcmptlevel. It is strongly recommended to rewrite the query using ANSI outer join operators (LEFT OUTER JOIN, RIGHT OUTER JOIN). In the future versions of SQL Server, non-ANSI join operators will not be supported even in backward-compatibility modes. Msg 4147, Level 15, State 1, Procedure CHARACTER_STR, Line 507 The query uses non-ANSI outer join operators ("*=" or "=*"). To run this query without modification, please set the compatibility level for current database to 80 or lower, using stored procedure sp_dbcmptlevel. It is strongly recommended to rewrite the query using ANSI outer join operators (LEFT OUTER JOIN, RIGHT OUTER JOIN). In the future versions of SQL Server, non-ANSI join operators will not be supported even in backward-compatibility modes.
Thanks in Advance.






