Saturday, October 7, 2023

@@VERSION

Örnek
Şöyle yaparız
> SELECT @@VERSION;
2> GO
 
-------------------------------------------------------------------------------------
Microsoft SQL Server 2022 (RC1) - 16.0.950.9 (X64)
	Sep 13 2022 13:09:32
	Copyright (C) 2022 Microsoft Corporation
	Developer Edition (64-bit) on Linux (Ubuntu 20.04.5 LTS) <X64>

(1 rows affected)

No comments:

Post a Comment

msdb Veri Tabanı - System Database

Giriş Açıklaması şöyle In SQL Server environments, system databases play crucial roles in ensuring smooth and reliable database operations...