SQL Server 2016 installations may run into some issues with patching and configuration. This post provides pointers on avoiding these. Read the complete post at feedproxy.google.com/…/
Tags: SQL Server
Related Articles
How to use the Cross Connection features in heterogeneous database...
In the real world I found that most customers have two or more different database vendors in house and sometimes there is a business need to join both database environments. I found some features in T...
Statistics on Expression Indexes
Most people know that Postgres allows the creation of indexes on expressions. This is helpful if you need index lookups of expressions used in where clauses. However, there is another benefit to exp...