Examining the Database
Database Version
Database type
Query
' UNION SELECT @@version--Microsoft SQL Server 2016 (SP2) (KB4052908) - 13.0.5026.0 (X64)
Mar 18 2018 09:11:49
Copyright (c) Microsoft Corporation
Standard Edition (64-bit) on Windows Server 2016 Standard 10.0 <X64> (Build 14393: ) (Hypervisor)information_schema
SELECT * FROM information_schema.tables;
// or
SELECT table_name FROM information_schema.tables;Reference
Last updated