Skip to content

Instantly share code, notes, and snippets.

@mrzcn
Created December 13, 2020 10:23
Show Gist options
  • Select an option

  • Save mrzcn/7d5879192f597630739a2452607b9d8d to your computer and use it in GitHub Desktop.

Select an option

Save mrzcn/7d5879192f597630739a2452607b9d8d to your computer and use it in GitHub Desktop.
SQL Lisans Sorgulama
SELECT SERVERPROPERTY('LicenseType') as Licensetype, SERVERPROPERTY('NumLicenses') as LicenseNumber, SERVERPROPERTY('productversion') as Productverion, SERVERPROPERTY ('productlevel')as ProductLevel, SERVERPROPERTY ('edition') as SQLEdition,@@VERSION as SQLversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment