From the course: Designing Database Solutions for SQL Server 2016
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Upgrade a SQL Server database - SQL Server Tutorial
From the course: Designing Database Solutions for SQL Server 2016
Upgrade a SQL Server database
- [Teacher] A common approach to designing a SQL Server database is to do all the development and testing work on one set of hardware, and then move the completed project over to production level hardware when it's time to take the project live. This is means that at some point in the development, the database will need to get picked up in its entirety and moved over and migrated to a new home. One method of doing this is to detach and reattach the database to the new server. Let's go ahead and take a look at this by creating a new database, and I'll call it UpgradeDBExample. Then I'm going to run the SELECT statement in order to view the current location of the data and log files that were associated with that new database. Here, we can see in the physical_name column, if I expand this open a little bit, the full filename and path where these are currently located, and they're just in the standard SQL Server folder. Next, I'm…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
Translate business needs to structures4m 57s
-
(Locked)
Physical database design8m 18s
-
Leverage file groups6m 19s
-
(Locked)
Understanding RAID arrays3m 9s
-
(Locked)
Develop an indexing strategy4m 32s
-
(Locked)
Upgrade a SQL Server database6m 36s
-
(Locked)
Create additional SQL Server instances3m 42s
-
-
-
-
-
-
-
-
-