For studying purposes I want to upgrade AdventureWorks sample database from MS SQL Server 2017 Express edition to Developer. I am using DMA for that, and can't understand the meaning of Shared Location Option. What I have to specify in that field in order to continue my migration? What's the use of backupshare?
Thanks for your time!
1 Answer 1
That is for backups that can be accessed by both source and Target servers.
Think of it Just like logshipping has a backup share that is accessed by primary backup job and secondary copy jobs.
-
So I have to specify the folder where the backups of my old databases are kept?igelr– igelr2018年08月01日 15:24:55 +00:00Commented Aug 1, 2018 at 15:24
-
1you have to specify the share e.g. \\servername\backups\ which will be accessible by both servers.Kin Shah– Kin Shah2018年08月01日 16:31:51 +00:00Commented Aug 1, 2018 at 16:31