<?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>Bahramov's Personal Blog</title>
	<atom:link href="http://www.bahramov.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bahramov.com</link>
	<description>Computers, databases, networks and virtualization</description>
	<lastBuildDate>Wed, 28 Apr 2010 12:24:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>3 Ways to Enable the Built-In Windows 7 Administrator Account</title>
		<link>http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 07:59:30 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/</guid>
		<description><![CDATA[There’s a great article on Petri IT Knowledgebase “3 Ways to Enable the Built-In Windows 7 Administrator Account” that presents 2 different ways to enable Administrator account. What I particlarly liked in this article is the third method. 
Method #3 (Advanced Users) &#8211; During the Installation Process
There is a 3rd method which advanced users can [...]]]></description>
			<content:encoded><![CDATA[<p>There’s a great article on Petri IT Knowledgebase “<a href="http://www.petri.co.il/enable-the-windows-7-administrator-account.htm?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+Petri+%28Petri+IT+Knowledgebase%29" target="_blank">3 Ways to Enable the Built-In Windows 7 Administrator Account</a>” that presents 2 different ways to enable Administrator account. What I particlarly liked in this article is the third method. </p>
<h4><a href="http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/#more-532#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">Method #3 (Advanced Users) &#8211; During the Installation Process</a></h4>
<p>There is a <strong>3rd method which advanced users can use</strong>. This method can be used during the installation process itself.</p>
<p>During the installation, after being prompted to configure the new user account, you will be able to set the new account&#8217;s password.</p>
<p> <span id="more-532"></span>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_911.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_91"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_91" border="0" alt="install_win7_91" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_91_thumb1.png" width="524" height="394" /></a> </p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_1012.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_101"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_101" border="0" alt="install_win7_101" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_101_thumb1.png" width="524" height="394" /></a> </p>
</p>
<p>At that phase, press SHIFT and F10 keys together. A Command Prompt window will appear.</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_10111.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_1011"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_1011" border="0" alt="install_win7_1011" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_1011_thumb1.png" width="524" height="394" /></a> </p>
<p>In the Command Prompt window, type:</p>
<blockquote><p>net user</p>
</blockquote>
<p>Note how the Administrator account is there, yet the new user account has not been yet created.</p>
<p>To set the Administrator&#8217;s account password:</p>
<p><font face="Courier New">net user *</font></p>
<p>Then enter the required password and confirm it.</p>
<p>To enable the Administrator&#8217;s accoun:</p>
<p><font face="Courier New">net user administrator /active:yes</font></p>
</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_1021.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_102"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_102" border="0" alt="install_win7_102" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_102_thumb1.png" width="524" height="394" /></a> </p>
<p>Close the Command Prompt window and continue with the installation process.</p>
<p>If you log off you will now see the Administrator&#8217;s account as a valid logon option.</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_1031.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="install_win7_103"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="install_win7_103" border="0" alt="install_win7_103" src="http://www.bahramov.com/wp-content/uploads/2010/04/install_win7_103_thumb1.png" width="524" height="394" /></a> </p>
<p>Read the full article and other two methods <a href="http://www.petri.co.il/enable-the-windows-7-administrator-account.htm?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+Petri+%28Petri+IT+Knowledgebase%29" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/04/08/3-ways-to-enable-the-built-in-windows-7-administrator-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of online antivirus checking services and misc security tools</title>
		<link>http://www.bahramov.com/2010/03/01/list-of-online-antivirus-checking-services-and-misc-security-tools/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/03/01/list-of-online-antivirus-checking-services-and-misc-security-tools/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 11:15:48 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[AntiVirus]]></category>
		<category><![CDATA[Rootkis]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/03/01/list-of-online-antivirus-checking-services-and-misc-security-tools/</guid>
		<description><![CDATA[Here’s a categorized list of several online antivirus checks and tools for computer security.
**** VIRUS REMOVAL TOOLS ****     &#160;&#160;&#160; Kaspersky    http://www.kaspersky.com/removaltools    http://www.kaspersky.com/scanforvirus    http://devbuilds.kaspersky-labs.com/devbuilds/AVPTool/    http://avptool.virusinfo.info/en/    http://www.viruslist.com/
&#160;&#160;&#160; McAfee    http://home.mcafee.com/store/freeservices.aspx    http://vil.nai.com/vil/stinger/   [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s a categorized list of several online antivirus checks and tools for computer security.</p>
<p><strong>**** VIRUS REMOVAL TOOLS ****     <br /></strong>&#160;&#160;&#160; <u>Kaspersky</u>    <br /><a href="http://www.kaspersky.com/removaltools">http://www.kaspersky.com/removaltools</a>    <br /><a href="http://www.kaspersky.com/scanforvirus">http://www.kaspersky.com/scanforvirus</a>    <br /><a href="http://devbuilds.kaspersky-labs.com/devbuilds/AVPTool/">http://devbuilds.kaspersky-labs.com/devbuilds/AVPTool/</a>    <br /><a href="http://avptool.virusinfo.info/en/">http://avptool.virusinfo.info/en/</a>    <br /><a href="http://www.viruslist.com/">http://www.viruslist.com/</a></p>
<p>&#160;&#160;&#160; <u>McAfee</u>    <br /><a href="http://home.mcafee.com/store/freeservices.aspx">http://home.mcafee.com/store/freeservices.aspx</a>    <br /><a href="http://vil.nai.com/vil/stinger/">http://vil.nai.com/vil/stinger/</a>    <br /><a href="http://vil.nai.com/vil/averttools.aspx">http://vil.nai.com/vil/averttools.aspx</a>    <br /><a href="http://vil.nai.com/vil/stinger/rkstinger.aspx">http://vil.nai.com/vil/stinger/rkstinger.aspx</a></p>
<p> <span id="more-520"></span>
<p>&#160;&#160;&#160; <u>Trend-Micro</u>    <br />HouseCall&#160;&#160;&#160;&#160; <a href="http://housecall.trendmicro.com/">http://housecall.trendmicro.com/</a>    <br />HijackThis&#160;&#160;&#160;&#160; <a href="http://free.antivirus.com/hijackthis/">http://free.antivirus.com/hijackthis/</a>    <br />CWShredder&#160;&#160;&#160; <a href="http://free.antivirus.com/cwshredder/">http://free.antivirus.com/cwshredder/</a>    <br />RootkitBuster&#160;&#160;&#160; <a href="http://free.antivirus.com/rootkit-buster/">http://free.antivirus.com/rootkit-buster/</a>    <br />RUBotted&#160;&#160;&#160; <a href="http://free.antivirus.com/rubotted/">http://free.antivirus.com/rubotted/</a></p>
<p>&#160;&#160;&#160; <u>Avast</u>    <br /><a href="http://www.avast.com/free-antivirus-download">http://www.avast.com/free-antivirus-download</a>    <br /><a href="http://www.avast.com/eng/down_cleaner.html">http://www.avast.com/eng/down_cleaner.html</a>    <br /><a href="http://www.avast.com/free-virus-cleaner">http://www.avast.com/free-virus-cleaner</a> or <a href="http://files.avast.com/files/eng/aswclnr.exe">http://files.avast.com/files/eng/aswclnr.exe</a></p>
<p>&#160;&#160;&#160; <u>BitDefender</u>    <br /><a href="http://www.bitdefender.com/site/Downloads/browseFreeRemovalTool">http://www.bitdefender.com/site/Downloads/browseFreeRemovalTool</a>    <br /><a href="http://www.bitdefender.com/site/VirusInfo/realTimeReporting/">http://www.bitdefender.com/site/VirusInfo/realTimeReporting/</a>    <br /><a href="http://www.bitdefender.com/site/VirusInfo/browseVirusEnciclopedia/">http://www.bitdefender.com/site/VirusInfo/browseVirusEnciclopedia/</a></p>
<p>&#160;&#160;&#160; <u>AVZ &#8211; 4.3</u>    <br /><a href="http://www.z-oleg.com/secur/avz/download.php">http://www.z-oleg.com/secur/avz/download.php</a>    <br /><a href="http://avz-antiviral-toolkit.softonic.it/download">http://avz-antiviral-toolkit.softonic.it/download</a></p>
<p>&#160;&#160;&#160; <u>SYMANTEC</u>    <br /><a href="http://www.symantec.com/business/security_response/removaltools.jsp">http://www.symantec.com/business/security_response/removaltools.jsp</a>    <br />Norton Security Scan: <a href="http://security.symantec.com/sscv6/DownloadInstructions.asp">http://security.symantec.com/sscv6/DownloadInstructions.asp</a></p>
<p>&#160;&#160;&#160; <u>PANDA</u>    <br /><a href="http://www.pandasecurity.com/homeusers/downloads/repair-utilities/">http://www.pandasecurity.com/homeusers/downloads/repair-utilities/</a></p>
<p>&#160;&#160;&#160; <u>F-SECURE</u>    <br /><a href="https://analysis.f-secure.com/portal/sampleStatus.html">https://analysis.f-secure.com/portal/sampleStatus.html</a> [zaurb] </p>
<p>&#160;&#160;&#160; <u>F-PROT</u>    <br /><a href="http://www.f-prot.com/virusinfo/submission_form.html">http://www.f-prot.com/virusinfo/submission_form.html</a></p>
<p>&#160;&#160;&#160; <u>Spyware Terminator</u>    <br /><a href="http://www.spywareterminator.com/download/download.aspx">http://www.spywareterminator.com/download/download.aspx</a></p>
<p><strong>**** VIRUSES AND ROOTKITS ****     <br /></strong><a href="http://www.eicar.com">www.eicar.com</a> (av test file)    <br /><a href="http://www.rootkit.com">www.rootkit.com</a> </p>
<p><strong>**** VIRUS SUBMISSION SITES ****</strong>    <br /><a href="http://www.kaspersky.com/scanforvirus">http://www.kaspersky.com/scanforvirus</a>    <br /><a href="http://www.virustotal.com/">http://www.virustotal.com/</a>    <br /><a href="http://www.symantec.com/business/security_response/submitsamples.jsp">http://www.symantec.com/business/security_response/submitsamples.jsp</a>    <br /><a href="https://www.webimmune.net">https://www.webimmune.net</a> [zbakhramov@gmail]    <br /><a href="https://www.webimmune.net/scanfile.asp">https://www.webimmune.net/scanfile.asp</a>    <br /><a href="http://online.us.drweb.com/">http://online.us.drweb.com/</a>    <br /><a href="http://onlinescan.avast.com/">http://onlinescan.avast.com/</a>    <br /><a href="http://virusscan.jotti.org/en-gb">http://virusscan.jotti.org/en-gb</a>    <br /><a href="http://scanner.virus.org/">http://scanner.virus.org/</a>    <br /><a href="http://www.anti-virus.by/check/">http://www.anti-virus.by/check/</a>    <br /><a href="http://www.fortiguard.com/antivirus/virus_scanner.html">http://www.fortiguard.com/antivirus/virus_scanner.html</a></p>
<p><strong>**** ONLINE SCANNERS ****</strong>    <br /><a href="http://housecall.trendmicro.com/">http://housecall.trendmicro.com/</a>    <br /><a href="http://onlinescan.avast.com/">http://onlinescan.avast.com/</a>    <br /><a href="http://virusinfo.info/showthread.php?t=2502">http://virusinfo.info/showthread.php?t=2502</a>    <br /><a href="http://www.pandasecurity.com/activescan/index/">http://www.pandasecurity.com/activescan/index/</a>    <br /><a href="https://www.grc.com/x/ne.dll?bh0bkyd2">https://www.grc.com/x/ne.dll?bh0bkyd2</a> [ShieldsUP!] </p>
<p><strong>**** HOSTS ****     <br /></strong><a href="http://www.funkytoad.com/">http://www.funkytoad.com/</a> &#8211; software    <br /><a href="http://www.raymarron.com/hostess/">http://www.raymarron.com/hostess/</a>    <br /><a href="http://www.mvps.org/winhelp2002/hosts.htm">http://www.mvps.org/winhelp2002/hosts.htm</a>    <br /><a href="http://www.hosts-file.net/">http://www.hosts-file.net/</a></p>
<p><strong>**** SECURITY TOOLS ****</strong>    <br /><a href="http://www.grc.com">http://www.grc.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/03/01/list-of-online-antivirus-checking-services-and-misc-security-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free e-book: Windows 7 troubleshooting tips</title>
		<link>http://www.bahramov.com/2010/03/01/free-e-book-windows-7-troubleshooting-tips/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/03/01/free-e-book-windows-7-troubleshooting-tips/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 11:08:48 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/03/01/free-e-book-windows-7-troubleshooting-tips/</guid>
		<description><![CDATA[Mitch Tulloch, a Microsoft Most Valuable Professional and lead author of the just-published (and hot-selling) Windows 7 Resource Kit (Microsoft Press, 2010; ISBN: 9780735627000; 1760 pages), has created a short e-book called “What You Can Do Before You Call Tech Support.” Here are the opening paragraphs: 
Your sound card has stopped working, your computer seems [...]]]></description>
			<content:encoded><![CDATA[<p>Mitch Tulloch, a Microsoft Most Valuable Professional and lead author of the just-published (and hot-selling) <a href="http://blogs.msdn.com/microsoft_press/archive/2009/10/07/new-book-windows-7-resource-kit.aspx"><i>Windows 7 Resource Kit</i></a> (Microsoft Press, 2010; ISBN: 9780735627000; 1760 pages), has created a short e-book called “What You Can Do Before You Call Tech Support.” Here are the opening paragraphs: </p>
<blockquote><p>Your sound card has stopped working, your computer seems sluggish, the network is down, your hard drive is clicking, you can’t view a website, your monitor is hard to read, your new webcam isn’t working, your favorite program won’t run, and a funny burning smell is coming from your computer. What can you do on your own to try to troubleshoot the issue before you pick up the phone to call tech support?     <br />If you’re running Windows 7, quite a lot. Microsoft has included a lot of self-support tools in Windows 7 that you can try using before you seek the help of others, and we’ll examine these in a moment&#8230;.</p></blockquote>
<p> You can download the e-book in <a href="http://download.microsoft.com/download/3/3/B/33B1D927-2B38-4379-A843-3214EF220A6F/Before%20You%20Call%20Tech%20Support.xps">XPS format here</a> and in <a href="http://download.microsoft.com/download/3/3/B/33B1D927-2B38-4379-A843-3214EF220A6F/Before%20You%20Call%20Tech%20Support.pdf">PDF format here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/03/01/free-e-book-windows-7-troubleshooting-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0&#215;80070005: Access is denied when scheduling SUSHI</title>
		<link>http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 14:29:52 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Backup]]></category>
		<category><![CDATA[SUSHI]]></category>
		<category><![CDATA[WSS backup]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/</guid>
		<description><![CDATA[I’ve been trying to schedule a backup of our WSS site using SharePoint SUSHI and had two different problems:
1) After setting required parameters and clicking “Create Scheduled Backup” in the command prompt I was getting the following error:&#160; ERROR: Invalid starttime value.     Well, actually the format of the date as it [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been trying to schedule a backup of our WSS site using <a title="SUSHI" href="http://sushi.codeplex.com/" target="_blank">SharePoint SUSHI</a> and had two different problems:</p>
<p>1) After setting required parameters and clicking “Create Scheduled Backup” in the command prompt I was getting the following error:&#160; <strong><font face="Courier New">ERROR: Invalid starttime value.</font></strong>     <br />Well, actually the format of the date as it was created was wrong. Possibly just because of the regional Options… The server’s regional options where I run SharePoint site is Italian. So, to go around this I just copied the generated SCHTASK command and modified the time value:</p>
<ol>
<p>Original command was like this:</p>
<table border="1" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td bgcolor="#003399" valign="top"><font color="#ffffff" face="Lucida Console">D:\&gt;SCHTASKS /create /sc DAILY /mo 1 /tn &quot;Catapult SharePoint Autobackup&quot; /tr &quot;C:\SharePoint Utils\sushi.exe -autostart:Catapult_SharePoint_Autobackup&quot; /s </font><a href="file://\\WSSSERVERNAME#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><font color="#ffffff" face="Lucida Console">\\WSSSERVERNAME</font></a><font color="#ffffff" face="Lucida Console"> /st </font><strong><font face="Lucida Console"><font color="#ffffff">01.00 /F /u DOMAIN\UserName                  <br /><strong>ERROR: Invalid starttime value.</strong></font></font></strong></td>
</tr>
</tbody>
</table>
<p>I made it look like this in a Notepad:</p>
<table border="1" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td bgcolor="#003399" valign="top"><font color="#ffffff" face="Lucida Console">SCHTASKS /create /sc DAILY /mo 1 /tn &quot;Catapult SharePoint Autobackup&quot; /tr &quot;C:\SharePoint Utils\sushi.exe -autostart:Catapult_SharePoint_Autobackup&quot; /s </font><a href="file://\\WSSSERVERNAME#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><font color="#ffffff" face="Lucida Console">\\WSSSERVERNAME</font></a><font face="Lucida Console"><font color="#ffffff"> /st <strong>18:30 /F /u /RU DOMAIN\UserName /RP password</strong></font></font></td>
</tr>
</tbody>
</table>
<p>After running this command in a command prompt window the tasks was successfully created. However, there I have encountered another problem to resolve as described in point 2.</p>
<p> 2) When I tried to Run the scheduled task the I got the following error:</ol>
<p><font face="Lucida Console">&quot;Catapult SharePoint Autobackup.job&quot; (SharePoint) 2/4/2010 8:48:00 AM ** ERROR **      <br />&#160;&#160;&#160; Unable to start task.       <br />&#160;&#160;&#160; The specific error is:       <br />&#160;&#160;&#160; </font><font face="Lucida Console"><strong>0&#215;80070005: Access is denied.        <br /></strong>&#160;&#160;&#160; Try using the Task page Browse button to locate the application<strong>.</strong></font></p>
<p>Searching Internet led me to Microsoft’s <a href="http://support.microsoft.com/kb/867466" target="_blank">KB article</a> related to this error, however in my case the error was due to the ‘space’ character in the folder path: “<strong>D:\SharePoint Utils\sushi.exe</strong>“. Simply renaming the folder name and modifying the task with correct path resolved this problem.</p>
<p>Hope this information will help someone who has encountered the same problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/17/0x80070005-access-is-denied-when-scheduling-sushi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Font too small when browsing pages with FireFox</title>
		<link>http://www.bahramov.com/2010/02/12/font-too-small-when-browsing-pages-with-firefox/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/12/font-too-small-when-browsing-pages-with-firefox/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:04:01 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/12/font-too-small-when-browsing-pages-with-firefox/</guid>
		<description><![CDATA[Anyone ever had difficulties with small font size when browsing some web pages (this happens to me especially when I browse TechNet) with Mozilla FireFox and noticed that some parts of text are extremely small like in the bellow image?
 This can be easily fixed in FireFox as follows:

Select Tools =&#62; Options
Click on ‘Content’ tab [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone ever had difficulties with small font size when browsing some web pages (this happens to me especially when I browse TechNet) with Mozilla FireFox and noticed that some parts of text are extremely small like in the bellow image?</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image8.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb8.png" width="632" height="163" /></a> This can be easily fixed in FireFox as follows:</p>
<ol>
<li>Select Tools =&gt; Options</li>
<li>Click on ‘Content’ tab =&gt; Advanced
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image9.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb9.png" width="513" height="288" /></a> </li>
<li>Now change the minimum font size to a desired value.
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image10.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb10.png" width="483" height="529" /></a> </li>
</ol>
<ol></ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/12/font-too-small-when-browsing-pages-with-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Explorer Old Style view</title>
		<link>http://www.bahramov.com/2010/02/12/windows-7-explorer-old-style-view/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/12/windows-7-explorer-old-style-view/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:28:58 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Explorer tricks]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/12/windows-7-explorer-old-style-view/</guid>
		<description><![CDATA[When you pass to Windows 7 from Windows XP you will notice that the Windows Explorer doesn’t explode by default the folder you’re currently browsing in the left pane. 
 
To bring back this functionality you can do the following:

Click ALT button on your keyboard to bring the menu.     
 
Click [...]]]></description>
			<content:encoded><![CDATA[<p>When you pass to Windows 7 from Windows XP you will notice that the Windows Explorer doesn’t explode by default the folder you’re currently browsing in the left pane. </p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image5.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb5.png" width="567" height="270" /></a> </p>
<p>To bring back this functionality you can do the following:</p>
<ol>
<li>Click ALT button on your keyboard to bring the menu.     </p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image6.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb6.png" width="394" height="179" /></a> </li>
<li>Click Tools =&gt; Folder options…
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image7.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb7.png" width="399" height="484" /></a> </li>
<li>Enable ‘Show all folders’ and ‘Automatically expand to current folder’.      </li>
<li>Enjoy!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/12/windows-7-explorer-old-style-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active X error when opening SharePoint library in DataSheet view</title>
		<link>http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:07:36 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WindowsXP]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[DataSheet view]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/</guid>
		<description><![CDATA[
Recently I have received several calls from our users saying that whenever the try to open a document library in DataSheet view the get the following error message:
&#34; The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, [...]]]></description>
			<content:encoded><![CDATA[<ul>
<p>Recently I have received several calls from our users saying that whenever the try to open a document library in DataSheet view the get the following error message:</p>
<p>&quot; <em><font color="#ff0000">The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Windows SharePoint Services is not installed, your browser does not support ActiveX controls, or support for ActiveX controls is disabled.</font></em> &quot; </p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image001.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="clip_image001"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image001_thumb.png" width="502" height="162" /></a></p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image002.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="clip_image002"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image002_thumb.png" width="644" height="130" /></a></p>
<p>All of our office computers have: </p>
<p>- Windows XP SP3</p>
<p>- Microsoft Office 2003 Professional SP3 </p>
<p>- Microsoft Office 2007 Compatibility Pack</p>
<p>Poking around on the Web, I found several solutions for folks who were using Office 2003. Here&#8217;re the most common solutions I found for Office 2003: </p>
</ul>
<p> <span id="more-498"></span>
<ul><strong><font size="2">Solution 1:</font></strong></ul>
<ul>1) Make sure you have a Microsoft Office 2003 <strong><u>Professional</u></strong> edition. Microsoft says: “Support for Windows SharePoint Services list data is available only in Microsoft Office 2003 <strong><u>Professional</u></strong> editions.” See the <a href="http://support.microsoft.com/kb/909506" target="_blank">KB909506</a> for more information (<a title="http://support.microsoft.com/kb/909506" href="http://support.microsoft.com/kb/909506" target="_blank">http://support.microsoft.com/kb/909506</a>)</ul>
<ul>2) Make sure that ActiveX support is enabled in Internet Explorer. </ul>
<p>&#160;&#160;&#160; <a href="http://blogs.technet.com/heyscriptingguy/archive/2005/11/14/how-can-i-tell-if-activex-is-enabled-in-internet-explorer.aspx" target="_blank">How Can I Tell if ActiveX is Enabled in Internet Explorer?</a>    <br />&#160;&#160;&#160; <a href="http://www.b2knet.com/" target="_blank">Browser test page</a>    <br />&#160;&#160;&#160; </p>
<p>3) Reset Internet Explorer to it’s default settings:</p>
<p>&#160;&#160;&#160; <a href="http://support.microsoft.com/kb/923737/en-us" target="_blank">How to reset Internet Explorer settings</a>    <br />&#160;&#160;&#160; <a href="http://www.malwarehelp.org/how-to-reset-internet-explorer-6-to.html" target="_blank">Reset Internet Explorer 6 settings</a> or <a href="http://support.uakron.edu/wiki/index.php/Reset_Internet_Explorer_6" target="_blank">here</a>     <br />&#160;&#160;&#160; <a href="http://blogs.msdn.com/ie/archive/2006/06/12/628499.aspx" target="_blank">Reset Internet Explorer 7 settings</a> or <a href="http://windows.microsoft.com/en-GB/windows-vista/Reset-Internet-Explorer-7-settings" target="_blank">here</a>    <br />&#160;&#160;&#160; <a href="http://windows.microsoft.com/en-GB/windows-vista/Reset-Internet-Explorer-8-settings" target="_blank">Reset Internet Explorer 8 settings</a></p>
<p>4) Add your SharePoint site to Trusted Zone.</p>
<p>2) Run “Detect and Repair” tool. (See <a title="http://support.microsoft.com/kb/821593" href="http://support.microsoft.com/kb/821593">http://support.microsoft.com/kb/821593</a> or <a title="http://office.microsoft.com/en-us/help/HA010548851033.aspx" href="http://office.microsoft.com/en-us/help/HA010548851033.aspx">http://office.microsoft.com/en-us/help/HA010548851033.aspx</a> for more information)</p>
<ul><strong><font size="2">Solution 2:</font> </strong></ul>
<ol>
<li>Close Internet Explorer </li>
<li>Go to Start =&gt; Run =&gt; &quot;regedit&quot; </li>
<li>Navigate to the following key and delete it:     <br />&#160;&#160;&#160; <strong><font face="Courier New">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility</font></strong></li>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Sub-Key: <font face="Courier New"><strong>{65bcbee4-7728-41a0-97be-14e1cae36aae}</strong></font></p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image0031.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="clip_image003"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.bahramov.com/wp-content/uploads/2010/02/clip_image003_thumb1.png" width="640" height="225" /></a></p>
<li>Re-register Microsoft Office List DataSheet Component (STSLIST.DLL and STSLISTI.DLL):&#160; <br /><strong>Start</strong> =&gt; <strong>Run</strong> =&gt;       <br /><font face="Courier New">regsvr32.exe &quot;%PROGRAMFILES%\Microsoft Office\OFFICE11\STSLIST.DLL&quot;</font> =&gt; OK      <br /><strong>Start</strong> =&gt; <strong>Run</strong> =&gt;       <br /><font face="Courier New">regsvr32.exe &quot;%PROGRAMFILES%\Microsoft Office\OFFICE11\1040\STSLISTI.DLL&quot;</font> =&gt; OK      </li>
<p>   <strong><font size="2">Solution 3:</font></strong></ol>
<p>1. Completely uninstall any Office 2007 products using ‘Add or Remove Programs’ if you have any.</p>
<p>2. Uninstall Microsoft Office 2003 (fix or repair options are not likely to help out here)</p>
<p>3. Install Microsoft Office 2003 Professional. Select a Custom install and <u>make sure Windows SharePoint Services Support is installed with Office 2003</u>.</p>
<ol>
<p>3. Reinstall your Office 2007 products by running a custom installation with Windows SharePoint Services Support <strong><u>not</u></strong> being installed.</p>
<p><a href="http://blogs.sharepointhosting.com/Lists/Posts/Post.aspx?List=399ed944-72d2-4932-bc13-de0586abf2d1&amp;ID=81" target="_blank">This link</a> might help you to resolve the problem if you have <strong><u>Microsoft Office 2007</u></strong>.</p>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/10/active-x-error-when-opening-sharepoint-library-in-datasheet-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to move virtual hard disk of XP Mode virtual  machine</title>
		<link>http://www.bahramov.com/2010/02/05/how-to-move-virtual-hard-disk-of-xp-mode-virtual-machine/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2010/02/05/how-to-move-virtual-hard-disk-of-xp-mode-virtual-machine/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:14:20 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[Windows 7 XP Mode]]></category>
		<category><![CDATA[XP Mode]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2010/02/05/how-to-move-virtual-hard-disk-of-xp-mode-virtual-machine/</guid>
		<description><![CDATA[When you install XP Mode on Windows 7 by default all the virtual machine files are saved under “%USERPROFILE%\AppData\Local\Microsoft\Windows Virtual PC\Virtual Machines\”. The file that has *.vhd extension is a virtual hard disk file. Recently, I had to move the vhd file to another drive and I accomplished it this way:
1) Run Windows XP Mode [...]]]></description>
			<content:encoded><![CDATA[<p>When you install XP Mode on Windows 7 by default all the virtual machine files are saved under “<font face="Courier New">%USERPROFILE%\AppData\Local\Microsoft\Windows Virtual PC\Virtual Machines\</font>”. The file that has *.vhd extension is a virtual hard disk file. Recently, I had to move the vhd file to another drive and I accomplished it this way:</p>
<p>1) Run Windows XP Mode virtual machine and go to Tools –&gt; Settings</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb.png" width="441" height="124" /></a> </p>
<p>2) Then select Close and in the right side click “Prompt for action”</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image1.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb1.png" width="509" height="343" /></a></p>
<p>3) Click OK and close virtual machine. This time when you close it the following window will appear:</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image2.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb2.png" width="401" height="199" /></a> </p>
<p>4) Select Shut down and click OK. The virtual machine will shutdown.</p>
<p>5) Now, click Start button, enter the following path:“<font face="Courier New">%USERPROFILE%\AppData\Local\Microsoft\Windows Virtual PC\Virtual Machines\</font>” without quotation marks and hit Enter.</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image3.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb3.png" width="258" height="123" /></a> </p>
<p>6) This will open the folder where the virtual machine file reside. Move the vhd file to desired location by cutting and pasting.</p>
<p>7) Once done moving the file, open the ‘vmc’ file with Notepad, which is a configuration file of the virtual machine. VMC file is an xml formatted file containing configuration of the virtual machine. Find the line that refers to vhd file location. For example “XP Mode.vhd” with the full path in front of it. Modify the path accordingly to point to a new location:</p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2010/02/image4.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2010/02/image_thumb4.png" width="567" height="100" /></a> </p>
<p>Now you may start the XP mode virtual machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2010/02/05/how-to-move-virtual-hard-disk-of-xp-mode-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T-SQL: Find logical name and physical location of system databases</title>
		<link>http://www.bahramov.com/2009/11/03/t-sql-find-logical-name-and-physical-location-of-system-databases/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2009/11/03/t-sql-find-logical-name-and-physical-location-of-system-databases/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 14:01:04 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2009/11/03/t-sql-find-logical-name-and-physical-location-of-system-databases/</guid>
		<description><![CDATA[The following T-SQL statements will print the logical name and physical location of system database files:
USE master;
GO
SELECT name, physical_name AS CurrentLocation, state_desc
FROM sys.master_files
WHERE database_id = DB_ID(N'master')

SELECT name, physical_name AS CurrentLocation, state_desc
FROM sys.master_files
WHERE database_id = DB_ID(N'tempdb')

SELECT name, physical_name AS CurrentLocation, state_desc
FROM sys.master_files
WHERE database_id = DB_ID(N'model')

SELECT name, physical_name AS CurrentLocation, state_desc
FROM sys.master_files
WHERE database_id = DB_ID(N'msdb')

Result:

]]></description>
			<content:encoded><![CDATA[<p>The following T-SQL statements will print the logical name and physical location of system database files:</p>
<pre class="code"><span style="color: blue">USE master</span><span style="color: gray">;
</span><span style="color: blue">GO
SELECT </span>name<span style="color: gray">, </span>physical_name <span style="color: blue">AS </span>CurrentLocation<span style="color: gray">, </span>state_desc
<span style="color: blue">FROM </span><span style="color: green">sys</span><span style="color: gray">.</span><span style="color: green">master_files
</span><span style="color: blue">WHERE </span>database_id <span style="color: gray">= </span><span style="color: magenta">DB_ID</span><span style="color: gray">(</span><span style="color: red">N'master'</span><span style="color: gray">)

</span><span style="color: blue">SELECT </span>name<span style="color: gray">, </span>physical_name <span style="color: blue">AS </span>CurrentLocation<span style="color: gray">, </span>state_desc
<span style="color: blue">FROM </span><span style="color: green">sys</span><span style="color: gray">.</span><span style="color: green">master_files
</span><span style="color: blue">WHERE </span>database_id <span style="color: gray">= </span><span style="color: magenta">DB_ID</span><span style="color: gray">(</span><span style="color: red">N'tempdb'</span><span style="color: gray">)

</span><span style="color: blue">SELECT </span>name<span style="color: gray">, </span>physical_name <span style="color: blue">AS </span>CurrentLocation<span style="color: gray">, </span>state_desc
<span style="color: blue">FROM </span><span style="color: green">sys</span><span style="color: gray">.</span><span style="color: green">master_files
</span><span style="color: blue">WHERE </span>database_id <span style="color: gray">= </span><span style="color: magenta">DB_ID</span><span style="color: gray">(</span><span style="color: red">N'model'</span><span style="color: gray">)

</span><span style="color: blue">SELECT </span>name<span style="color: gray">, </span>physical_name <span style="color: blue">AS </span>CurrentLocation<span style="color: gray">, </span>state_desc
<span style="color: blue">FROM </span><span style="color: green">sys</span><span style="color: gray">.</span><span style="color: green">master_files
</span><span style="color: blue">WHERE </span>database_id <span style="color: gray">= </span><span style="color: magenta">DB_ID</span><span style="color: gray">(</span><span style="color: red">N'msdb'</span><span style="color: gray">)
</span></pre>
<p><strong>Result:</strong></p>
<p><a href="http://www.bahramov.com/wp-content/uploads/2009/11/image.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.bahramov.com/wp-content/uploads/2009/11/image_thumb.png" width="600" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2009/11/03/t-sql-find-logical-name-and-physical-location-of-system-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 Full-Text Search &#8211; Getting list of system stopwords</title>
		<link>http://www.bahramov.com/2009/11/01/sql-server-2008-full-text-search-getting-list-of-system-stopwords/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.bahramov.com/2009/11/01/sql-server-2008-full-text-search-getting-list-of-system-stopwords/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 14:12:50 +0000</pubDate>
		<dc:creator>Zaur Bahramov</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Full-Text Search]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://www.bahramov.com/2009/11/01/sql-server-2008-full-text-search-getting-list-of-system-stopwords/</guid>
		<description><![CDATA[This will get the list of all languages supported by the SQL Server 2008 Full-Text Search:



Code Snippet


 &#8211; to determine run_value corresponding to locale [LCID - LoCale IDentifier]
SELECT lcid, name FROM sys.fulltext_languages



Result: 
lcid&#160;&#160;&#160;&#160;&#160;&#160;&#160; name   &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;    5124&#160;&#160;&#160;&#160;&#160;&#160;&#160; Chinese (Macau SAR)    4100&#160;&#160;&#160;&#160;&#160;&#160;&#160; Chinese (Singapore)    3098&#160;&#160;&#160;&#160;&#160;&#160;&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>This will get the list of all languages supported by the SQL Server 2008 Full-Text Search:</p>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:9ce6104f-a9aa-4a17-a79f-3a39532ebf7c:c1963708-2d99-43d1-a3a8-2b597b89c14e" class="wlWriterEditableSmartContent">
<div style="border: #000080 1px solid; font-family: 'Courier New', Courier, Monospace; font-size: 10pt">
<div style="background: #000080; color: #fff; font-family: Verdana, Tahoma, Arial, sans-serif; font-weight: bold; padding: 2px 5px">Code Snippet</div>
<div style="background: #ddd; max-height: 300px; overflow: auto">
<ol style="background: #ffffff; margin: 0 0 0 2em; padding: 0 0 0 5px;">
<li> <span style="color:#008000">&#8211; to determine run_value corresponding to locale [LCID - LoCale IDentifier]</span></li>
<li style="background: #f3f3f3"><span style="color:#0000ff">SELECT</span> lcid<span style="color:#808080">,</span> name <span style="color:#0000ff">FROM</span> <span style="color:#008000">sys</span><span style="color:#808080">.</span><span style="color:#008000">fulltext_languages</span></li>
</ol></div>
</p></div>
</p></div>
<p>Result: </p>
<p>lcid&#160;&#160;&#160;&#160;&#160;&#160;&#160; name   <br />&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;    <br />5124&#160;&#160;&#160;&#160;&#160;&#160;&#160; Chinese (Macau SAR)    <br />4100&#160;&#160;&#160;&#160;&#160;&#160;&#160; Chinese (Singapore)    <br />3098&#160;&#160;&#160;&#160;&#160;&#160;&#160; Serbian (Cyrillic)    <br />3082&#160;&#160;&#160;&#160;&#160;&#160;&#160; Spanish    <br />3076&#160;&#160;&#160;&#160;&#160;&#160;&#160; Chinese (Hong Kong SAR, PRC)    <br />2074&#160;&#160;&#160;&#160;&#160;&#160;&#160; Serbian (Latin)    <br />2070&#160;&#160;&#160;&#160;&#160;&#160;&#160; Portuguese    <br />…………….    <br />1036&#160;&#160;&#160;&#160;&#160;&#160;&#160; French    <br />1033&#160;&#160;&#160;&#160;&#160;&#160;&#160; English    <br />1031&#160;&#160;&#160;&#160;&#160;&#160;&#160; German    <br />1028&#160;&#160;&#160;&#160;&#160;&#160;&#160; Traditional Chinese    <br />1027&#160;&#160;&#160;&#160;&#160;&#160;&#160; Catalan    <br />1026&#160;&#160;&#160;&#160;&#160;&#160;&#160; Bulgarian    <br />1025&#160;&#160;&#160;&#160;&#160;&#160;&#160; Arabic    <br />76&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 76    <br />69&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 69    <br />25&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 25    <br />13&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 13    <br />1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1    <br />0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Neutral </p>
<p>(53 row(s) affected)</p>
<p>The following query will bring the list of system stopwords corresponding to the English locale:</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:9ce6104f-a9aa-4a17-a79f-3a39532ebf7c:75f02bb9-09ed-44e6-aa0d-1f3c49d6dd80" class="wlWriterEditableSmartContent">
<div style="border: #000080 1px solid; font-family: 'Courier New', Courier, Monospace; font-size: 10pt">
<div style="background: #000080; color: #fff; font-family: Verdana, Tahoma, Arial, sans-serif; font-weight: bold; padding: 2px 5px">Code Snippet</div>
<div style="background: #ddd; max-height: 300px; overflow: auto">
<ol style="background: #ffffff; margin: 0 0 0 2em; padding: 0 0 0 5px;">
<li> <span style="color:#008000">&#8211; list all stopwords corresponding to 1033 locale [English]</span></li>
<li style="background: #f3f3f3"><span style="color:#0000ff">SELECT</span> <span style="color:#808080">*</span> <span style="color:#0000ff">FROM</span> <span style="color:#008000">sys</span><span style="color:#808080">.</span>fulltext_system_stopwords</li>
<li>&nbsp;&nbsp;&nbsp;&nbsp;<span style="color:#0000ff">WHERE</span> language_id <span style="color:#808080">=</span> 1033</li>
</ol></div>
</p></div>
</p></div>
<p>&#160;</p>
<p>When this query is run 154 records containing system stopwords will be returned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bahramov.com/2009/11/01/sql-server-2008-full-text-search-getting-list-of-system-stopwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
