3 lines
96 B
SQL
3 lines
96 B
SQL
SELECT @@VERSION AS Version;
|
|
SELECT DB_NAME() AS CurrentDb;
|
|
SELECT GETDATE() AS CurrentDateTime; |