How to make work cabal on SQL 2014?

Results 1 to 12 of 12
  1. #1
    Member unclfuker is offline
    MemberRank
    Jun 2013 Join Date
    UkraineLocation
    96Posts

    sad How to make work cabal on SQL 2014?

    Can any one give me tips or help? What need to do for make work cabal on SQL 2014? (No connection with DB)


  2. #2
    Cya nerds PunkS7yle is offline
    MemberRank
    Feb 2010 Join Date
    1,448Posts

    Re: How to make work cabal on SQL 2014?

    Code:
    EXEC sp_MSforeachdb 'ALTER DATABASE [?] SET COMPATIBILITY_LEVEL = 100
    Run this once, see https://msdn.microsoft.com/en-us/library/bb510680.aspx for info

  3. #3
    Member unclfuker is offline
    MemberRank
    Jun 2013 Join Date
    UkraineLocation
    96Posts

    Re: How to make work cabal on SQL 2014?

    Quote Originally Posted by PunkS7yle View Post
    Code:
    EXEC sp_MSforeachdb 'ALTER DATABASE [?] SET COMPATIBILITY_LEVEL = 100
    Run this once, see https://msdn.microsoft.com/en-us/library/bb510680.aspx for info
    I already tested that's , didn't work =( still nop connect

  4. #4
    Cya nerds PunkS7yle is offline
    MemberRank
    Feb 2010 Join Date
    1,448Posts

    Re: How to make work cabal on SQL 2014?

    Works fine for me.

  5. #5
    Member unclfuker is offline
    MemberRank
    Jun 2013 Join Date
    UkraineLocation
    96Posts

    Re: How to make work cabal on SQL 2014?

    do you make any changes in server side?
    or only DB query?

  6. #6
    Cya nerds PunkS7yle is offline
    MemberRank
    Feb 2010 Join Date
    1,448Posts

    Re: How to make work cabal on SQL 2014?

    No changes to the server, running the repack from rz. Are you getting any DB error logs in the server logs ?

  7. #7
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Re: How to make work cabal on SQL 2014?

    Quote Originally Posted by PunkS7yle View Post
    No changes to the server, running the repack from rz. Are you getting any DB error logs in the server logs ?
    Can i somehow make sql server 2008 work on windows 10, because i can't get 2014 to work

  8. #8
    Account Upgraded | Title Enabled! golddragooon is offline
    MemberRank
    Feb 2013 Join Date
    Far Far AwayLocation
    350Posts

    Re: How to make work cabal on SQL 2014?

    Quote Originally Posted by djbette View Post
    Can i somehow make sql server 2008 work on windows 10, because i can't get 2014 to work
    you cant make it work i did try too

  9. #9
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: How to make work cabal on SQL 2014?

    Quote Originally Posted by golddragooon View Post
    you cant make it work i did try too
    I did and it worked :D same installation process I did :)

  10. #10
    Apprentice djbette is offline
    MemberRank
    Jun 2016 Join Date
    10Posts

    Re: How to make work cabal on SQL 2014?

    Quote Originally Posted by luis R View Post
    I did and it worked :D same installation process I did :)
    did you get sql server 2008 working on win 10? how? :O

  11. #11
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: How to make work cabal on SQL 2014?

    Quote Originally Posted by djbette View Post
    did you get sql server 2008 working on win 10? how? :O
    I did with the same installation :)

  12. #12
    PwrGames PwrDex is offline
    MemberRank
    Jul 2011 Join Date
    /var/log/cabalLocation
    793Posts

    Re: How to make work cabal on SQL 2014?

    If you want use sql 2008 on win10 just install a .Net 2.0 and 3.5 features like in Windows server 2012...



Advertisement