filtering out system tables with 'getTables'
843854Aug 14 2003 — edited Aug 14 2003I use sql server 2000 and if I retrieve the tables with getTables(...) I get the tables I declared, but I also get a lot of tables of sql server itself. How can I prevent this? And how can I prevent this with other database-servers?