IBS Helpdesk

Professionelle IT-Lösungen

Entries Tagged ‘mssql’

Eclipselink, MS SQL Server & @@IDENTITY

When you are using the Eclipselink JPA implementation with a replicated MSSQL database (or a database with more complex triggers on some tables) you’re running probably into major problems when persisting objects, especially when you would like to use the cascaded persisting mechanism. Sometimes the database returns a wrong generated primary key which results in [...]

JDBC Verbindung mit MSSQL Server 2005 Express

Problem
Bei dem Versuch eine JDBC mit dem SQL Server 2005 Express aufzubauen erhielt ich folgende Exception:
com.microsoft.sqlserver.jdbc.SQLServerException: Es konnte keine TCP/IP-Verbindung mit dem Host hergestellt werden. java.net.ConnectException: Connection refused: connect
Grund
Bei der Express-Version des SQL Server 2005 sind die Protokolle TCP/IP und Named Pipes standardmäßig deaktiviert.
Lösung

Öffnen Sie den SQL Server-Konfigurations-Manager (unter Konfigurationstools; nicht das SQL Server Management [...]