Connect SSMS to Sybase ASE

Is there a way to connect to a Sybase database instance (ASE) using Sql Server Management Studio 2008? I tried using other connectivity tools, but they are very limited and would like to use SSMS.

+4
source share
2 answers

You can use this tool:

Sqldbx

It's great.

+6
source

As far as I know, there is no way to use Microsoft Server Management Studio. And if you're honest, that doesn't make much sense either. why sybase / sap develops its servers to work with an application provided by a competitor.

personally, I prefer to use isql as client software for sybase servers. if you want a graphical interface, Sybase Central is the option for you.

+3
source

Source: https://habr.com/ru/post/1443503/


All Articles