Skip to content

SQL Server 2016 Service Pack 2 is now available

'The SQL Server team is excited to bring you the second service pack release for SQL Server 2016. The service pack is now available for download on the Microsoft Download Center and will be coming soon to Visual Studio Subscriptions, MBS/Partner Source, and VLSC. As part of our commitment to software excellence for our customers, this upgrade is available to all customers with existing SQL Server 2016 deployments.

SQL Server 2016 Service Pack 2 (“SP2”) contains a roll-up of released hotfixes as well as multiple improvements centered around performance, scalability, and supportability based on feedback from customers and the SQL community. These improvements enable SQL Server 2016 to perform faster and with expanded supportability and diagnostics. It also showcases the SQL Server product team’s commitment to providing continued value into in-market releases.

SQL Server 2016 Service Pack 2 includes:

  • Performance and scale improvements for SQL Server, such as improved database backup performance on large memory machines and added backup compression support, which helps performance of almost all databases.
  • Supportability and diagnostics enhancements, such as improved troubleshooting and additional information about statistics used during query plan optimization.
  • New improvements based on Connect feedback items filed by the SQL Server Community.
  • Some improvements originally introduced in SQL Server 2014 SP2 and SQL Server 2012 SP4.'...

https://blogs.technet.microsoft.com/dataplatforminsider/2018/04/24/sql-server-2016-service-pack-2-is-now-available/?MC=SQL&MC=DataMgmt&MC=SysMagSof&MC=SecSys&MC=MSAzure

When will a SQL login password expire?

'With the build-in function LOGINPROPERTY (http://msdn.microsoft.com/de-de/library/ms345412.aspx) you can queries information for a login like the last time the password has been change, how many days it take till the password expires, how often a bad password was entered or if the login is already locked.
With this Transact-SQL statement you can query this information for all SQL logins and calculate the date for password expiration e.g. to send a reminder email to change the password.

https://gallery.technet.microsoft.com/scriptcenter/When-will-a-SQL-login-d6fbb6df