January 10, 2015 at 1:41 pm
I have a windows 8 pc that I just got and installed sqlexpress 2014. My buddy haw windows 7 and installed sqlexpress on his pc. We create a db on his pc, did a backup, copied the backup to my pc. In ssms I right click on "database" > restore database. click device and the button to find my file. I navigate to the folder where the file shows in file explorer but the .bak file does not show in ssms to restore from. This is probably a windows thing but I have don't know what to look at. Thanks for your help.
January 10, 2015 at 2:23 pm
I copied the backup file to the default path of the sqlexpress backups on my pc and it shows up in ssms restore window.. I will look at the permissions on that folder to see if I need to change the permission on the original folder i copied it to. Thanks.
January 11, 2015 at 6:00 am
You may also see this if the extension is different. It's one of the many reasons I prefer using scripts for restore anyway. The GUI is limiting and difficult.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 11, 2015 at 7:25 pm
Gosh, I dunno, Grant. If the backups are taken correctly, I've found the GUI actually does a pretty good job about figuring out which DIF/TRNs go with the latest BAK especially when the backup takes several hours and the LDFs are created every 15 minutes. Of course, I also don't deviate from the .Bak, .Dif, .Trn naming convention.
I do agree that if you want to use something other than the latest BAK (other than the restore of a "copy only" for an update to another environment) that the GUI can be limiting there.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 13, 2015 at 3:58 am
This was removed by the editor as SPAM
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply