Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Question about MS SQL

Author  Topic 

nhojlrahc
Starting Member

1 Post

Posted - 2012-10-15 : 02:06:22
We have a online application and we use vb.net as front end and the back end is MS SQL server 2005. Our server OS is Windows Server 2003. But, now we have a new server with an OS of Windows server 2008 and MS SQL server 2008. Currently we have a problem in connection. Do we need to recompile our application? What are the things we need to change or consider?

sunitabeck
Master Smack Fu Yak Hacker

5155 Posts

Posted - 2012-10-15 : 07:19:32
What is the error message you are getting? Also, do you have access to the VB.Net code? If you do, can you post the connection string that you are using?

Microsoft provides a lot of support for upgrading from one version of the server to a newer version. Since you have already migrated, this may not apply to you, but if you are still in the process, you may want to run the upgrade advisor to see what might break, what changes may be required etc. http://www.microsoft.com/en-us/download/details.aspx?id=11455
Go to Top of Page
   

- Advertisement -