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
VBA Code
Migrating WSUS repository directory into different drive
run windows7 on mac book pro
Create rule in Exchange 2007 to delete E-mail out of a mailbox
SharePoint 2010 search service always been disabled
Server 2008 & Windows 7 error opening shared files "cannot be accessed. the file may be corrupted located on a server that is not responding or read only"
Volume Shadow Copy's path change is greyed out.
One record per latest date
Loop Through SSIS Variables
MS Office 2007 & 2010: Best practices for implementing centralized management of default templates?