Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a desktop Application made in visual studio 2010 with SQL SERVER now SQL server 2005 Does not work for Windows 10 Now I want to change the SQL SERVER 2005 TO ADVANTAGE DATABASE SERVER < Please tell me is it possible to install ADVANTAGE DATABASE SERVER ON WINDOWS 8 AND 10 and should i need to change the code behind like c sharp file as well or just i have to change the connection string if i change the DB from SQL SERVER 2005 to Advantage database server .
Posted
Comments
ZurdoDev 14-Oct-15 11:49am    
"ADVANTAGE DATABASE SERVER" - I've never heard of it. Have you checked with whomever makes the product?
Malikdanish 14-Oct-15 11:54am    
Dear it exists and it is up and running http://devzone.advantagedatabase.com/dz/content.aspx?key=1
ZurdoDev 14-Oct-15 11:57am    
Good. Have you asked there?
Malikdanish 14-Oct-15 12:07pm    
its open ended question lolx thanks for participation
Richard Deeming 14-Oct-15 11:50am    
If you're using SQL Express, it would be much easier to upgrade to a newer version of the same product:
http://downloadsqlserverexpress.com/[^]

2008 R2 and higher works fine on Windows 10.

1 solution

If you are referring to the product from Sybase/SAP, then you are in for a great deal of work. You would need to convert all objects from MSSQL to the new db platform. This step alone could be a huge undertaking. And then depending on your code you would have to change your entire DAL.

The best approach is to look at a newer version of MSSQL.
 
Share this answer
 
Comments
Malikdanish 14-Oct-15 12:16pm    
I agree with you AnvilRanger , I just want to ask if some one saying me to convert a SQL server database to Advantage Database server (sybase/SAP) does it require lot of work or with using the script i can gerenate the objects like table,views,stored procedure or the syntax is different between these two also in code behind do i need lot or effort or a small effort will do the job..Please assists
AnvilRanger 14-Oct-15 13:43pm    
That I cannot help you with a conversion. Your choice of this db platform is an odd one. I have no idea how widely used that product is so finding help for it could be difficult. Why are you choosing such a platform? You are much better off sticking with MSSQL or if you have to switch choose something like MYSQL.
Malikdanish 14-Oct-15 13:55pm    
do you know about large footprint of SQL Server ? if you know then you got why i am migrating from
AnvilRanger 14-Oct-15 14:34pm    
Yes I know about large MSSQL systems. I have worked for several billion dollar plus companies that ran large mission critical systems with billions of rows of data that handled millions of transactions per day. Are you trying to say that MSSQL is some how sub par when being used for large or important systems?
Malikdanish 14-Oct-15 14:37pm    
Dear i did not said that i am new to this section having just 2 to 3 year of experience i have been asked to migrate the app from sql server to Advantage database so i asked that can i do that in a simpler fashion can i use the SQL Script for creating object in sybase Advantage database

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900