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
How to have Multipule repeating sections in Infopath
sql server 2008 ex
Freeware LDAP Admin Tool
How do i start mssqlserver service as network system account
MakeTable of 6 million records
How can DPInst search all of the subdirectories under the working directory
How To Configure Windows 2003 Terminal Server
0x0000007E(0x C0000005,0X B976BEE9,0X BA4F7154,0X BA4F6E50)
How would I launch a C# Windows appllication in full screen mode using Visual Studio 2005?
Using Page in ASP.NET