-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Upgrade SQL Server
PostPosted: Fri Apr 16, 2010 1:22 am 
Newbie

Joined: Fri Apr 16, 2010 1:03 am
Posts: 2
The application I am supporting currently connects SQL Server 2000 which is now upgraded to SQL Server 2005.
I am using Hibernate 2.0, so do I also have to make changes in my configuration or drivers, etc.
I am using the net.sf.hibernate.dialect.SQLServerDialect dialect presently.


Top
 Profile  
 
 Post subject: Re: Upgrade SQL Server
PostPosted: Fri Apr 16, 2010 2:33 am 
Expert
Expert

Joined: Tue Jun 16, 2009 3:36 am
Posts: 990
In order to align your hibernate application from SQL Server 2000 to SQL Server 2005,
you just need to exchange the jdbc-driver with the one with best fits for SQL Server 2005 (downloadable from the microsoft pages).
The dialect remains the same.


Top
 Profile  
 
 Post subject: Re: Upgrade SQL Server
PostPosted: Fri Apr 16, 2010 5:40 am 
Newbie

Joined: Fri Apr 16, 2010 1:03 am
Posts: 2
Ok. I will use some new driver like one mentioned below and test this.
<property name="hibernate.connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>

Thanks a lot.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.