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)
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
Re: How to make work cabal on SQL 2014?
Quote:
Originally Posted by
PunkS7yle
I already tested that's , didn't work =( still nop connect
Re: How to make work cabal on SQL 2014?
Re: How to make work cabal on SQL 2014?
do you make any changes in server side?
or only DB query?
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 ?
Re: How to make work cabal on SQL 2014?
Quote:
Originally Posted by
PunkS7yle
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
Re: How to make work cabal on SQL 2014?
Quote:
Originally Posted by
djbette
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
Re: How to make work cabal on SQL 2014?
Quote:
Originally Posted by
golddragooon
you cant make it work i did try too
I did and it worked :D same installation process I did :)
Re: How to make work cabal on SQL 2014?
Quote:
Originally Posted by
luis R
I did and it worked :D same installation process I did :)
did you get sql server 2008 working on win 10? how? :O
Re: How to make work cabal on SQL 2014?
Quote:
Originally Posted by
djbette
did you get sql server 2008 working on win 10? how? :O
I did with the same installation :)
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...