Quick and Dirty - SQL Server 2008 R2 to SQL Server 2017 Migration
SQL Server 2008 R2 is quickly approaching EOL. Some are still looking for ways to migrate their databases to newer releases of SQL Server such as SQL Server 2017. This blog post details a simple method for migrating simple databases using detach and attach. By simple, I mean databases without complicated transnational replication technologies such as mirroring. I imagine this method would used for databases supporting simple applications.
Read More