SQL Restore Error

Results 1 to 14 of 14
  1. #1
    Account Upgraded | Title Enabled! Kreain is offline
    MemberRank
    May 2008 Join Date
    679Posts

    SQL Restore Error

    any help when i try doing GameDB restore



  2. #2
    Proficient Member Mahi is offline
    MemberRank
    Oct 2006 Join Date
    150Posts

    Re: SQL Restore Error

    LINK -> Thesnowman guide -> there's something about SQL2005 - just read it ;-).

  3. #3
    Account Upgraded | Title Enabled! Kreain is offline
    MemberRank
    May 2008 Join Date
    679Posts

    Re: SQL Restore Error

    Umm Retard, I Followed That Guide >> I Said Its When Im Restoring It Retard Read For Once

  4. #4
    Game Developer snaity is offline
    MemberRank
    Oct 2005 Join Date
    BrazilLocation
    946Posts

    Re: SQL Restore Error

    no fix, u is using windows vista? i got that too but on windows vista.

    Only fix use Windows XP or 2003.

  5. #5
    Account Upgraded | Title Enabled! Kreain is offline
    MemberRank
    May 2008 Join Date
    679Posts

    Re: SQL Restore Error

    im using XP look at my skin, im using XP stripped.

  6. #6
    Account Upgraded | Title Enabled! Kreain is offline
    MemberRank
    May 2008 Join Date
    679Posts

    Re: SQL Restore Error

    any help? can someone open mssql manager and right click GameDB > Tasks > Back Up, and upload it please D:

  7. #7
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: SQL Restore Error

    I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.

  8. #8
    Account Upgraded | Title Enabled! Kreain is offline
    MemberRank
    May 2008 Join Date
    679Posts

    Re: SQL Restore Error

    *bump*

  9. #9
    Account Upgraded | Title Enabled! clever is offline
    MemberRank
    Oct 2007 Join Date
    EXE FileLocation
    574Posts

    Re: SQL Restore Error

    at your SS, i think theirs is a conflict on your SQL

    try find out

  10. #10
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: SQL Restore Error

    Clue in the error:

    "The code page 936 is not supported by the server"

    If you did your *nix setup right you should remember that you had to include an odbc var to your bash profile to enable codepage 936 when talking to the sql server as the database is in Chinese.

    I guess that you didn't add the east asian language pack to the regional and language options in your control panel (maybe you did it after installing mssql and it doesn't know?) but your server definitely does not support Chinese properly and so cannot restore the db. He no speekee :P

  11. #11
    Account Upgraded | Title Enabled! Kreain is offline
    MemberRank
    May 2008 Join Date
    679Posts

    Re: SQL Restore Error

    I got the language packs
    any help with the other part like odbc you said ?

  12. #12
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: SQL Restore Error

    go go /home/cabal and open .bash_profile and add the following line next to the other exports (or at the bottom):

    export FREETDS_UNIXODBC_CHARSET='cp936'

    I did this in my Cabal profile as well as my normal user (i use this linux box for other things too).

    That bit is only on the linux side though and won't fix the problem with restoring the database. I had lots of east asian language packs installed (Korean, Japanese and Chinese mainly) way before i installed the sql server (2005 express), and i have them all ticked on the Advanced tab of my regional and language settings (in control panel) too which might be the difference. it may be that the server picks up supported languages when it is installed as i didn't change any language settings in sql. The databases themselves are stored with a Chinese_PRC_CI_AS collation so your sql server must be able to accept that language or the import will fail.

  13. #13
    Account Upgraded | Title Enabled! Kreain is offline
    MemberRank
    May 2008 Join Date
    679Posts

    Re: SQL Restore Error

    again *bump*

  14. #14
    Account Upgraded | Title Enabled! Kreain is offline
    MemberRank
    May 2008 Join Date
    679Posts

    Re: SQL Restore Error

    *bump*:(



Advertisement