Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

Given the shared history of the Sybase and SQL Server products, and their use of a similar (identical?) wire protocol in TDS, what definite statements can be made, if any, about cross compatibility.

If I have a legacy system (binary, no source) that was written against a Sybase 11 back end, is it likely to run against SQL Server 2008?

Similarly, if I have a Windows binary, linked against sybase libs, would it just work against a Sybase server, in general or of specific vintage/versions?

share|improve this question
3  
Given I was working on Sybase 11.9 more than 10 years ago, I'd say no. SQL Server was forked many moons ago. Check the Sybase website for compatibility information across versions. – Phil Nov 24 '12 at 1:03
2  
I agree with Phil - SQL Server was forked from Sybase prior to SQL Server 6. It is highly unlikely that any cross compatability exists at this stage of the game. If you have both, try it and let us know! – Max Vernon Nov 24 '12 at 1:38
SQL Server forked at 4.2, I would be shocked if they did work. – mrdenny Nov 25 '12 at 1:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.