how to check MS-SQL Edition.


how to check  Edition.
=================

select serverproperty('Edition')

No comments:

Post a Comment

View running queries in postgresql

 View running queries in postgreSQL: SELECT * FROM pg_stat_activity;