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
Another boring Lat/Long to X/Y question with bonus!
Flex Auto Complete
IIS / .NET / sharepoint performace
how to preview an mp3 without loading it to iTunes
Citrix: unable to load/see printers on Mac
Convert old MAC Adobe Director Project to new PC version
SQL dump tran with no_log
equation for multi level slope for LUT table in range from 0 to 255
outlook 2007 keeps faulting in module msoert2.dll
SQL CASE STATEMENT SYNTAX HELP - SQL SERVER 2005