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 ? |
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. |