SELECT @@VERSION AS Version; SELECT DB_NAME() AS CurrentDb; SELECT GETDATE() AS CurrentDateTime;