Microsoft
Software
Hardware
Network
Question : T-SQL: Count number of tables in the DB (SQL server 2008)
Hi, Experts
Could you please teach me how to count number of tables in a giving database in SQL Server 2008.
thank you
Answer : T-SQL: Count number of tables in the DB (SQL server 2008)
use databasename
select count(*) from sys.tables
Random Solutions
Integers and Thread Safety
Need to change the default Administrator password in a SQL 2005 database
close datareader connection
Auto replicating
Perl - capture error from output
Comments in HTML Code
Redirecting an IP address in DNs
DataGridView add need a string to show up as two seperate lines in the same cell
Forgot password on 3Com 3300 XM & MM Switch
how to create line jumps in Microsoft Visio 2007