Monday, March 23, 2020

Useful SQL SERVER Commands

--What database am I connected to

select db_name();

--List all tables

select * from information_schema.tables;

No comments:

Post a Comment