Database Errors

Results 1 to 3 of 3
  1. #1
    Trust your senses Gravious is offline
    MemberRank
    Sep 2009 Join Date
    NetherlandsLocation
    713Posts

    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:




    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.


  2. #2
    127.0.0.1 Groxy101 is offline
    MemberRank
    Apr 2010 Join Date
    417Posts

    Re: Database Errors

    - problem solved

  3. #3
    i sell platypus Improved is offline
    MemberRank
    Jun 2009 Join Date
    DenmarkLocation
    2,819Posts

    Re: Database Errors

    Google it, thats what I did.



Advertisement