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
lookup table and stop a form opening if more than two entries match a criteria
Saving typed Dataset to SQL Server
Oracle SQL -- WHERE NOT CLAUSE
SharePoint 2010 Webpart Request
Getting MeetingResponseStatus from members of a distribution list using VBA
Delphi 7 not starting
Remove Shutdown Option From Windows 7 Start Menu
Limit output length of a regular expression
Create a new mailbox in Exchange 2007
How do I install a stand-alone network printer?