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
Help formating a output in Powershell
exchange 2003 -2010 co-existing between domains in same forest
VBS persistant drive mapping
Find siblings and parent nodes in DOM
How to sort sites in history as last used in IE 8?
Acrobat date field defaults to Today only if blank
is it possible to connect a mobile phone (of any type) to my PC and have any incoming sms messages received and processed by the pc.
find and replace characters within a feild or cell
trying to write an if/else statement can someone clean this up..doesnt work...
Sending multi lines email by Linux sendemail script