Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 List ALL tables plus Row Number - Sybase

Author  Topic 

tlangzo
Starting Member

1 Post

Posted - 2010-09-30 : 10:07:47
Need help here, I have one database and lots of tables.
I need to list all these tables together with row number of each table using stored procedures on sybase

eg output

TableName.........RowNumber
************************
xxxxxxxxxx.............7
cccccccccc...........45
eeeeeeeeee...........23

Any code/scripts/advice will be much appreciated

Thanks in advanced

robvolk
Most Valuable Yak

15732 Posts

Posted - 2010-09-30 : 10:20:01
SQLTeam is a Microsoft SQL Server site. Sybase questions are better posted in the Sybase forum on http://www.dbforums.com/
Go to Top of Page
   

- Advertisement -