SQL Server 2014

Hallo!
After the upgrade of an application developed with VB2010, I need to upgrade the database.
Running the script for the upgrade of the DB from SQL Server all is ok: the new tables and the new views are created correctly.
Running the app for the upgrade of the DB using osql or cmdsql nothing append and no errors are returned.
Debugging the app after the restore of the original Db osql return this message:
1> 2> Messaggio 102, livello 15, stato 1, server SVILUPPO\CRS_14, riga 1
Sintassi non corretta in prossimit… di 'ï'.
1> 2> 3> 4> 1> 2> 3> 1> 2> 3> 1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> Messaggio 2714, livello 16, stato 6, server SVILUPPO\CRS_14, riga 2
Nel database esiste gi… un oggetto con il nome 'SYS_MENU'.
1> 2> 3> 1> 2> 3> 4> 1> 2> 3> 1> 2> 3> 1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> Messaggio 2714, livello 16, stato 6, server SVILUPPO\CRS_14, riga 2
Nel database esiste gi… un oggetto con il nome 'SYS_SCADENZE'.
1> 2> 3> 1>
In SQL Server logs there are no errors.
I try to reinstall SQL Server but nothing change.
What I have to do?
Thanks.