First of all, upgrade is an important task. Before upgrading, you must check your database is ready to upgrade with the help of Database Migration …
Read More »Tag Archives: Query SQL Server Version
@@VERSION, SERVERPROPERTY and @@MAX_CONNECTIONS Functions in SQL Server(TSQL)
The maximum number of connections that an instance can accept varies by version. With the @@MAX_CONNECTIONS function, we can query the number of default maximum …
Read More »