Home/Blog/Uncategorized Uncategorized List All Databases, Objects, Tables by A Simple Single Line Query. By user · February 8, 2017 · 1 min read Try below query and see all databases and objects get listed in sql server. [code:sql]sp_msforeachdb ‘select "?" AS db, * from [?].sys.tables’;[/code] Share LinkedIn X Email Keep reading More on Uncategorized. Uncategorized User Interface Design – Key Considerations January 11, 2019 ·1 min read Uncategorized Build a Facebook BOT using Chatfuel February 8, 2018 ·1 min read AN Uncategorized Angular 5 New Features at A glance Angular, Google’s popular JavaScript framework now become faster, smaller, and easier than ever with new Angular 5.0.0 updated from previous version 4.3.0. Angular become… January 25, 2018 ·8 min read