<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EveryJoe &#187; user preferences</title>
	<atom:link href="http://www.everyjoe.com/tag/user-preferences/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Wed, 16 Dec 2009 18:46:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting Default File Locations on SQL Server</title>
		<link>http://www.everyjoe.com/articles/setting-default-file-locations-on-sql-server/</link>
		<comments>http://www.everyjoe.com/articles/setting-default-file-locations-on-sql-server/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 03:12:55 +0000</pubDate>
		<dc:creator>Jason Bean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[file locations]]></category>
		<category><![CDATA[server properties]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL server]]></category>
		<category><![CDATA[user preferences]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/articles/setting-default-file-locations-on-sql-server/</guid>
		<description><![CDATA[I&#8217;m in SQL just about every day of the week. Supporting multiple clients with multiple SQL servers in operation, we&#8217;re regularly working on databases. Part of that process is to backup and restore databases on our local machines for development.

One of the annoying items about SQL for me is that it wants to bury your database files deep within the Windows program folder for your SQL install. I really don&#8217;t want to dig down 7 levels of folder structure to get to my files. I can see how that might be handy and serve as a layer of protection, but [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/setting-default-file-locations-on-sql-server/">Setting Default File Locations on SQL Server</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in SQL just about every day of the week. Supporting multiple clients with multiple SQL servers in operation, we&#8217;re regularly working on databases. Part of that process is to backup and restore databases on our local machines for development.</p>
<p><a href="http://www.everyjoe.com/files/2009/07/sqlserverproperties.gif"><img src="http://www.everyjoe.com/files/2009/07/sqlserverproperties-thumb.gif" border="0" alt="SQL-Server-Properties" width="590" height="248" /></a></p>
<p>One of the annoying items about SQL for me is that it wants to bury your database files deep within the Windows program folder for your SQL install. I really don&#8217;t want to dig down 7 levels of folder structure to get to my files. I can see how that might be handy and serve as a layer of protection, but for me it&#8217;s just annoying.</p>
<p>It took me awhile to find it, but I&#8217;ve now found where you can set your default file locations for databases. It&#8217;s actually pretty obvious where it is now, but that makes me think they&#8217;ve changed how you set this preference. If I didn&#8217;t find it before, surely it couldn&#8217;t have been that easy initially.</p>
<p>Right click on your main SQL server database and select &#8220;Properties&#8221; from the right-click menu. Then click on the item labeled &#8220;Database Settings&#8221;. Almost to the bottom of the screen is a location to specify where you want to keep your database files. You can select different locations for the data and the log file, which could help with management in the future as well, depending on your personal use preferences.</p>
<p>Hopefully that may help you if you&#8217;re looking for this in the future. I&#8217;m now debating on storing my database files on a removable USB external drive. Just not sure about the risk of storing them on that type of device instead of the main computer hard drive. Does anyone else have experience with SQL databases in this format?</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/setting-default-file-locations-on-sql-server/">Setting Default File Locations on SQL Server</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/setting-default-file-locations-on-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do I Merge a Local and Domain User Account</title>
		<link>http://www.everyjoe.com/articles/how-do-i-merge-a-local-and-domain-user-account-59/</link>
		<comments>http://www.everyjoe.com/articles/how-do-i-merge-a-local-and-domain-user-account-59/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 02:09:26 +0000</pubDate>
		<dc:creator>Jason Bean</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[domain user]]></category>
		<category><![CDATA[local user]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[user accounts]]></category>
		<category><![CDATA[user preferences]]></category>

		<guid isPermaLink="false">http://www.microsoftweblog.com/how-do-i-merge-a-local-and-domain-user-account/</guid>
		<description><![CDATA[&#160; Image: Screen capture from Windows XP Pro by Jason Bean
I&#8217;ve been running now on my recently wiped and refreshed laptop. Everything is going well except for one thing. I probably should have connected the laptop to my domain before doing just about anything else.
You see now, I&#8217;ve got all these personalized settings. Applications installed. Preferences configured, etc., etc., but they&#8217;re all setup on my local computer user login. 
When I connected to the domain at work, all my preferences are useless on the new domain user that&#8217;s created.
My question is does anyone know of a safe and successful way [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/how-do-i-merge-a-local-and-domain-user-account-59/">How Do I Merge a Local and Domain User Account</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img title="user-accounts-windows" style="display: inline" height="448" alt="user-accounts-windows" src="http://www.everyjoe.com/files/59/2008/10/useraccountswindows.gif" width="404" border="0" />&#160; <br />Image: Screen capture from Windows XP Pro by Jason Bean</p>
<p>I&#8217;ve been running now on my recently wiped and refreshed laptop. Everything is going well except for one thing. I probably should have connected the laptop to my domain before doing just about anything else.</p>
<p>You see now, I&#8217;ve got all these personalized settings. Applications installed. Preferences configured, etc., etc., but they&#8217;re all setup on my local computer user login. </p>
<p>When I connected to the domain at work, all my preferences are useless on the new domain user that&#8217;s created.</p>
<p>My question is does anyone know of a safe and successful way of merging a local user account with a domain user account on the same machine? I tried a method I found online that including copying the user settings folders over each other and then editing the registry to point the old user to the new user with the new user&#8217;s unique system user ID. That didn&#8217;t work as planned.</p>
<p>Anyone else have some suggestions for me to try?</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/how-do-i-merge-a-local-and-domain-user-account-59/">How Do I Merge a Local and Domain User Account</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/how-do-i-merge-a-local-and-domain-user-account-59/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>