Count sql tables in a db:
use <dbname>
select count(*) from sysobjects where xtype = ‘U’ go
Posted in Uncategorized | 2 Comments »
You are currently browsing the Superzaffa’s Blog blog archives for January, 2010.