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
Can't RDP into a Domain Controller
How can we have the vbs to run onl if its placed on a particular UNC path and no where else.
MaxNameTableCharCount problem
modify vbs code to reduce multiple continuous spaces to one space
Quickbooks memory error when trying to export report
PHP LOOP FOR BLOG
Combining VBA Statement
Remote Desktop
looking for code for TMemtable TMemDataset
2D array help