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
Return Ref
DELL LATITUDE D610 80GIG STUCK IN BOOT LOOP
HTTPS keeps Rest connection [RST,ACK]
SQL 2008 Job can't start/stop services
Deploy Printers Using Windows 2008 R2 GPO to Windows XP Pro Clients and Removing all current printers
Unattended Windows 7 Installation answer file not working
CodeDom and Windows Forms
Firing jQuery on key press action
Changing Allow/Block settings on Autodiscover prompt in Outlook
Customizing the UITabBarController - or creating a UIViewControlller similar to it