Can any one give me tips or help? What need to do for make work cabal on SQL 2014? (No connection with DB)
Can any one give me tips or help? What need to do for make work cabal on SQL 2014? (No connection with DB)
Run this once, see https://msdn.microsoft.com/en-us/library/bb510680.aspx for infoCode:EXEC sp_MSforeachdb 'ALTER DATABASE [?] SET COMPATIBILITY_LEVEL = 100
Works fine for me.
do you make any changes in server side?
or only DB query?
No changes to the server, running the repack from rz. Are you getting any DB error logs in the server logs ?
If you want use sql 2008 on win10 just install a .Net 2.0 and 3.5 features like in Windows server 2012...