Avatar of dbote
dboteFlag for United States of America

asked on 

SQL Server Backup Destination List

I did a manual SQL backup by right clicking and bringing up the Back Up Database wizard.  Since I had never used it I just wanted to see if it was easier than a script.  It's not.

Now I cannot get the Destination List to clear.  I see the list populated from various machines so it does not appear to be local to the SSMS installation.

There is a picture attached for your viewing pleasure.

Not an emergency but just annoying me.

Thank you in advance,

DB
SQLBackupDestinationList.jpg
Microsoft SQL Server 2008

Avatar of undefined
Last Comment
dbote
Avatar of Tony303
Tony303
Flag of New Zealand image

When you do a new manual backup, you could remove this path and put in the path to a more appropriate place, IE. not your C drive.

This path is then held and shows the next time you do a manual backup.

If you are at all interested the backup details are all stored in the system MSDB database.

As a look but don't touch task for you, put in the name of your DB in the last line of this script and you'll see a lot of information about the backups pertaining to that database....

USE msdb
GO


SELECT *
FROM Backupset b JOIN dbo.backupfile f
ON f.backup_set_id = b.backup_set_id
JOIN dbo.backupmediafamily mf
ON mf.media_set_id = b.media_set_id
WHERE Logical_Name like '%YOUR DATABASE NAME%'
ASKER CERTIFIED SOLUTION
Avatar of geek_vj
geek_vj

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of dbote
dbote
Flag of United States of America image

ASKER

geek_vj, thanks for the tip.  I went away on a business trip came back and the list was cleared.  I'm not exactly sure how that happened but that's what happened.  I do know no one else would have been in SSMS.

To my recollection I had never done a manual backup like that before as I generally use a script.  I had looked in the registry but did not see anything relating to a Distribution List.  Your tip reference will be a good start if I ever decide to use that feature again.

Thank you!
Microsoft SQL Server 2008
Microsoft SQL Server 2008

Microsoft SQL Server 2008 is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning. Major improvements include the Always On technologies and support for unstructured data types.

50K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo