Groups | Blog | Home
all groups > sql server (microsoft) > march 2005 >

sql server (microsoft) : OSQL and Select command


Meharis
3/28/2005 6:07:59 PM
Hi,

Within Oracle (SQLPLUS) you can do the following command to get a count of
all the tables from index:
select count (*) from cat;

Is there something similar for MS SQL (OSQL) ?

thanks
Sanny


Madhivanan
3/28/2005 10:08:40 PM
Select count(*) from sysobjects where xtype='u'

Madhivanan
AddThis Social Bookmark Button