Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
EXEC sp_MSForEachDB 'IF ''[?]'' NOT IN (''master'', ''model'', ''msdb'', ''tempdb'')
select ''[?]'' as DB_name, * from [?].information_schema.columns
where data_type = ''Char''
order by 1,table_name,ordinal_position'