MS SQL Databases 101: Part Three - How to Migrate a MS SQL DB to a New Server (Detach / Attach Method) At some point, you will need to migrate your existing databases to a new server and/or instance. There are two ways of accomplishing this. The first way is backing up the database
MS SQL Databases 101: Part Two - How to Backup a MS SQL DB As with any technology and associated files, it is of paramount importance to back data up regularly for information one wants to preserve. This holds true for databases as well, obviously. With SQL
MS SQL Databases 101: Part One - How to Create or Restore a MS SQL DB In this series, we will examine the steps necessary for creating, managing, and querying your database(s) in Microsoft SQL Server. It is assumed that you have already downloaded a recent SQL Server