HELP DATABASE 5.4 error 706 611

04/24/2017 00:58 willfudencio#1
I'm trying to update db to 5.4 more of the error, when I put the tables this appears
>>>>
An exception occurred while executing a Transact-SQL statement or set.

The database 'PS_Billing cannot be opened because it is version 706 this server supports version 611 ans earlier
05/09/2017 11:48 Shaiya Galaxy#2
Please use the search to find the solution of your problem.
05/28/2018 19:36 temo.ioska#3
Quote:
Originally Posted by willfudencio View Post
I'm trying to update db to 5.4 more of the error, when I put the tables this appears
>>>>
An exception occurred while executing a Transact-SQL statement or set.

The database 'PS_Billing cannot be opened because it is version 706 this server supports version 611 ans earlier
use sql 2012
05/29/2018 05:25 XareL#4
this error is caused by the incompatibility of the sql version
and
if you want to convert a database to the old one
Click DB > Tasks > Generate Scripts... > Next > Select anyone or all object > click advanced > search "Types of data to script" if u want with data , select schema and data.


Types ;
Schema : only create function
Data : in database data function... (etc.. charname userid like)
05/29/2018 15:34 elitonfarol9#5
Try updating your SQL.