cancel
Showing results for 
Search instead for 
Did you mean: 

sys.sysservers not found

Former Member
2,926

Hello All,

I am having SQl Anywhare 11. When ever I try to run select * from sys.sysservers, It throws error "table sys.sysservers not found! ".

How can I find this Table ? Do I need any extra permission ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Use SYS.SYSSERVER

http://dcx.sybase.com/1101/en/sachanges_en11/newjasper-s-3432164.html

From the documentation: Previous versions of the catalog contained a SYSSERVERS system table. That table has been renamed to be ISYSSERVER (without an 'S'), and is the underlying table for this view.

Answers (0)