-
Database Errors
I've been trying to get .bak files on my databases (I'm using Windows Server 2003), but somehow I get this error:
http://img844.imageshack.us/img844/4875/errorpx.png
I also tried using Sedrika's AllInOne Database, but got this error:
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.
Does anyone know how I can fix this?
Thanks in Advance.
-
Re: Database Errors
-
Re: Database Errors
Google it, thats what I did.