Microsoft
Software
Hardware
Network
Question : List all databases and all tables within all those databases and all columns within those tables
I would like to list all databases and all tables withing all those databases and all columns within those tables for an entire sqlserver
Answer : List all databases and all tables within all those databases and all columns within those tables
This would do:
sp_msforeachdb 'select TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME from ?.INFORMATION_SCHEMA.COLUM
NS'
Random Solutions
RAID problems on Intel SATA RAID controller
WordPress FIle Manager w/ Database Integration
Override a constructor
Microsoft ebs security server configuration
IIs7 on Windows server 2003
data export
Windows 2008 Network Load Balancing
Domain Controller rename
Remove shortcuts possibility in a web page or to put in favorite
Windows 2008 64bit system showing only 4GB usable...