﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Duncan Pryde  / Default Backup Directory / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 17:13:28 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Nice question and important to note that the default backup directory cannot be changed using SQL Management Studio but by modifying the registry in SQL Server 2005.Thanks.</description><pubDate>Mon, 05 Mar 2012 08:15:39 GMT</pubDate><dc:creator>zymos</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Thanks everyone for a lively discussion. I honestly thought this would be a nice uncontroversial question! Apart from it actually being incomplete (or incorrect, depending on your point of view), there are also issues with what the default location would actually be and so on.Live and learn I suppose!Duncan</description><pubDate>Thu, 24 Feb 2011 01:23:30 GMT</pubDate><dc:creator>Duncan Pryde</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Try it with SQL Server 2000! It's funny!Cheers,Christoph</description><pubDate>Thu, 24 Feb 2011 00:56:41 GMT</pubDate><dc:creator>Christoph Muthmann</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>I've just used the facets method with SSMS 2008 and SQL Server 2005. It is working! So you should give the points to the answer SSMS!GreetingsChristoph</description><pubDate>Thu, 24 Feb 2011 00:49:04 GMT</pubDate><dc:creator>Christoph Muthmann</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Interesting question.Using .NET (Framework 2 or later) it can also be done using SMO, there are public functions to get and set the (default) backup directory.  Documented for SQL 2005 at [url=http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.settings.backupdirectory%28v=SQL.90%29.aspx]Settings.BackupDirectory Property[/url].</description><pubDate>Wed, 23 Feb 2011 19:35:51 GMT</pubDate><dc:creator>L' Eomot Inversé</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>[quote][b]James Lean (2/23/2011)[/b][hr]You [b]CAN[/b] change the default backup directory using SSMS very easily:-- From Object Explorer, right-click on the server and choose Facets.- In the Facet dropdown, choose Server Settings.- Change the BackupDirectory to your chosen folder.No server restart is necessary.  You can verify the change by checking the registry key.[/quote]Thanks - That is very good information.</description><pubDate>Wed, 23 Feb 2011 16:54:51 GMT</pubDate><dc:creator>SQLRNNR</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Thanks for the question.</description><pubDate>Wed, 23 Feb 2011 16:52:33 GMT</pubDate><dc:creator>SQLRNNR</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Thanks for the question. (It was easy since it has been modified to limit it to SQL Server 2005.)</description><pubDate>Wed, 23 Feb 2011 15:06:22 GMT</pubDate><dc:creator>UMG Developer</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>[quote][b]Duncan Pryde (2/23/2011)[/b][hr]No apologies however to anyone that didn't know about that way of doing it and thought you could set it in the same place as the default locations for data and log files ;-))[/quote]Duncan, you can if you do it during the server install.  Of course your question did say default, but then again a default installation on a cluster never puts any of these on the "C:" or "&amp;lt;system drive&amp;gt;:".  You could add that to your explination. :-D</description><pubDate>Wed, 23 Feb 2011 09:08:33 GMT</pubDate><dc:creator>SanDroid</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>[quote][b]The Spartans (2/23/2011)[/b][hr]Good qUESTIONS..I SAW THIS TYPE QUESTIONS VERY RARE[/quote]This is off topic, but does everyone know there is an [b][u]Edit button[/u][/b] for changing your POST?It actually does work!</description><pubDate>Wed, 23 Feb 2011 09:04:30 GMT</pubDate><dc:creator>SanDroid</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>First let me say I only got the question right because I know someone that works at M$.Second let me say that I have no idea if this question is still on the M$ database exams becuase it is so controverted.The exam question used to be how do you set the default backup directory.The correct answer was only during installation.It was said the other "correct answers" were wrong becuase manual registry updates to change a policy settings was not supported.Unfortunately it actualy can be done by updating the registry and with the FACETS management object for updating policy objects.  Does not even have to be done in SSMS if you know how to call it from code.Shame that M$ support does not properly document the Policy Update or FACETS utility.</description><pubDate>Wed, 23 Feb 2011 09:02:18 GMT</pubDate><dc:creator>SanDroid</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>[quote][b]Duncan Pryde (2/23/2011)[/b][hr]SKYBVI, Lady Di, MG-148046 and anyone else who picked SSMS because you can do this in 2008:In case you haven't read my previous posts, I apologise for the question - it should have specified SSMS 2005, and I have emailed the webmaster to ask for it to be changed. Not much more I can do for now I'm afraidDuncan[/quote]Thanks Duncanbtw, you made us afraid before :)Regards,Sushant</description><pubDate>Wed, 23 Feb 2011 08:43:59 GMT</pubDate><dc:creator>SKYBVI</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>easy one today thanks</description><pubDate>Wed, 23 Feb 2011 08:36:49 GMT</pubDate><dc:creator>danschl</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>SKYBVI, Lady Di, MG-148046 and anyone else who picked SSMS because you can do this in 2008:In case you haven't read my previous posts, I apologise for the question - it should have specified SSMS 2005, and I have emailed the webmaster to ask for it to be changed. Not much more I can do for now I'm afraidDuncan</description><pubDate>Wed, 23 Feb 2011 08:20:10 GMT</pubDate><dc:creator>Duncan Pryde</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>[quote][b]James Lean (2/23/2011)[/b][hr]You [b]CAN[/b] change the default backup directory using SSMS very easily:-- From Object Explorer, right-click on the server and choose Facets.- In the Facet dropdown, choose Server Settings.- Change the BackupDirectory to your chosen folder.No server restart is necessary.  You can verify the change by checking the registry key.[/quote]Thanks James, I did not know you could change it from SSMS.</description><pubDate>Wed, 23 Feb 2011 07:38:24 GMT</pubDate><dc:creator>Cliff Jones</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>I answered based on SSMS 2008. I haven't used the 2005 client tools in quite some time and the question did not specify which version of SQL tools was being used :(</description><pubDate>Wed, 23 Feb 2011 07:07:42 GMT</pubDate><dc:creator>MG-148046</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>@ lady di....Same with me...I got wrong answer :(Regards,Sushant</description><pubDate>Wed, 23 Feb 2011 06:55:14 GMT</pubDate><dc:creator>SKYBVI</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>I answered SQL Server Management Studiop because in SQL Server 2008, we can change the default backup directory in it.Select facets on the instance of SQL Server and change the value of Backup Directory.In the question, it was not specified if it was SQL Serv 2005 or 2008.</description><pubDate>Wed, 23 Feb 2011 06:48:31 GMT</pubDate><dc:creator>Lady Di</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>[quote][b]michael.kaufmann (2/23/2011)[/b][hr][quote][b]SUPER  SQL STAR (2/22/2011)[/b][hr]GOOD MORNING  ..MORNING I LEARNED NEW TOPIC THANKS..The directories for the default data files, log files and backups are stored in the system registry.  As mentioned already you have the ability to change the default data and log directories using SQL Server Management Studio, by right clicking on the server name and selecting properties and navigating to the Database Settings page as shown below....[/quote]Super SQL Star,are you Greg Robidoux and is this your pseudonym here on SSC?If you aren't, please give credit to Greg and quote that you copied from his excellent post ([url]http://www.mssqltips.com/tip.asp?tip=1583[/url]), as Tejaswili Patil already pointed out.Regards,Michael[/quote]Busted!(unless he really is Greg Robidoux :-))</description><pubDate>Wed, 23 Feb 2011 06:40:35 GMT</pubDate><dc:creator>Koen Verbeeck</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Hi,In SQL Server 2008, we can change it from SSMS by right clicking Instance name.But in SQL Server 2005, it was possible by modifying registery.The question is not wrong but it is applicable to 2005 and not to 2008.Duncan has already said this in earlier posts.  Kindly read earlier posts.Regards,Tejaswini</description><pubDate>Wed, 23 Feb 2011 06:29:14 GMT</pubDate><dc:creator>tejaswini.patil</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>The question is wrong.We can change from SSMS too...Why did i got wrong answer???Regards,Sushant</description><pubDate>Wed, 23 Feb 2011 06:22:08 GMT</pubDate><dc:creator>SKYBVI</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>[quote][b]SUPER  SQL STAR (2/22/2011)[/b][hr]GOOD MORNING  ..MORNING I LEARNED NEW TOPIC THANKS..The directories for the default data files, log files and backups are stored in the system registry.  As mentioned already you have the ability to change the default data and log directories using SQL Server Management Studio, by right clicking on the server name and selecting properties and navigating to the Database Settings page as shown below....[/quote]Super SQL Star,are you Greg Robidoux and is this your pseudonym here on SSC?If you aren't, please give credit to Greg and quote that you copied from his excellent post ([url]http://www.mssqltips.com/tip.asp?tip=1583[/url]), as Tejaswili Patil already pointed out.Regards,Michael</description><pubDate>Wed, 23 Feb 2011 05:51:11 GMT</pubDate><dc:creator>michael.kaufmann</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>I picked a random answer because I was interested to see what the actual answer was...interesting to know!</description><pubDate>Wed, 23 Feb 2011 03:12:16 GMT</pubDate><dc:creator>paul.knibbs</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Following James' observations, I've requested that the question be changed to apply only to SQL Server 2005, and the explanation reworded to add that you can in fact use SSMS 2008 to change the default backup directory.Again, apologies to anyone that knew about the Facets method and got the question wrong because of that.(No apologies however to anyone that didn't know about that way of doing it and thought you could set it in the same place as the default locations for data and log files ;-))Duncan</description><pubDate>Wed, 23 Feb 2011 02:39:02 GMT</pubDate><dc:creator>Duncan Pryde</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Good qUESTIONS..I SAW THIS TYPE QUESTIONS VERY RARE</description><pubDate>Wed, 23 Feb 2011 02:26:00 GMT</pubDate><dc:creator>Sree Divya</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>[quote][b]James Lean (2/23/2011)[/b][hr]You [b]CAN[/b] change the default backup directory using SSMS very easily:-- From Object Explorer, right-click on the server and choose Facets.- In the Facet dropdown, choose Server Settings.- Change the BackupDirectory to your chosen folder.No server restart is necessary.  You can verify the change by checking the registry key.[/quote]Oh dear. I had no idea about that. I'd always used the registry in the past as that was the only way I could find to do it, and BOL seemed to back me up.I'm not sure if anything can be done to fix the question, but in the meantime I can only apologise for the incorrect answer and explanation.Duncan</description><pubDate>Wed, 23 Feb 2011 01:50:57 GMT</pubDate><dc:creator>Duncan Pryde</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>[quote][b]James Lean (2/23/2011)[/b][hr]You [b]CAN[/b] change the default backup directory using SSMS very easily:-- From Object Explorer, right-click on the server and choose Facets.- In the Facet dropdown, choose Server Settings.- Change the BackupDirectory to your chosen folder.No server restart is necessary.  You can verify the change by checking the registry key.[/quote]James is correct in SSMS 2008 you can change in it. So unless stated clearly in the question its not SQL 2008 its not valid imho</description><pubDate>Wed, 23 Feb 2011 01:44:43 GMT</pubDate><dc:creator>Marco V</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Thanks for the positive responses, and a special thanks to SQL Super Star for the additional code.</description><pubDate>Wed, 23 Feb 2011 01:29:26 GMT</pubDate><dc:creator>Duncan Pryde</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>You [b]CAN[/b] change the default backup directory using SSMS very easily:-- From Object Explorer, right-click on the server and choose Facets.- In the Facet dropdown, choose Server Settings.- Change the BackupDirectory to your chosen folder.No server restart is necessary.  You can verify the change by checking the registry key.</description><pubDate>Wed, 23 Feb 2011 01:28:33 GMT</pubDate><dc:creator>James Lean</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Nice question, thanks.</description><pubDate>Wed, 23 Feb 2011 00:07:08 GMT</pubDate><dc:creator>Koen Verbeeck</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Good question. Thank you.</description><pubDate>Tue, 22 Feb 2011 23:53:28 GMT</pubDate><dc:creator>mohammed moinudheen</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>GOOD MORNING  ..MORNING I LEARNED NEW TOPIC THANKS..Editor: Removed material copied from another source.</description><pubDate>Tue, 22 Feb 2011 23:47:20 GMT</pubDate><dc:creator>Sree Arjun Div</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Nice and simple question.</description><pubDate>Tue, 22 Feb 2011 23:47:04 GMT</pubDate><dc:creator>Gobikannan</dc:creator></item><item><title>RE: Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Yuppy:-)I am the first one to answer.  And got it right too.This was a learning for me.  I googled a bit to get information about this.This url is having the info:http://www.mssqltips.com/tip.asp?tip=1583Thanks for good question.Regards</description><pubDate>Tue, 22 Feb 2011 23:27:29 GMT</pubDate><dc:creator>tejaswini.patil</dc:creator></item><item><title>Default Backup Directory</title><link>http://www.sqlservercentral.com/Forums/Topic1068053-2901-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/questions/Backup+%2f+Restore/72487/"&gt;Default Backup Directory&lt;/A&gt;[/B]</description><pubDate>Tue, 22 Feb 2011 23:20:07 GMT</pubDate><dc:creator>Duncan Pryde</dc:creator></item></channel></rss>