<?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>2008 Archives - diditho.com</title>
	<atom:link href="https://diditho.com/tag/2008/feed/" rel="self" type="application/rss+xml" />
	<link>https://diditho.com/tag/2008/</link>
	<description>&#34; Knowing is not enough we must apply. Willing is not enough we must do &#34; - Bruce Lee</description>
	<lastBuildDate>Mon, 08 Jan 2024 09:50:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://diditho.com/wp-content/uploads/2023/11/cropped-diditho-photo-logo-512-x-512-32x32.png</url>
	<title>2008 Archives - diditho.com</title>
	<link>https://diditho.com/tag/2008/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SSAS: MDX Average Script On SSAS 2008</title>
		<link>https://diditho.com/2011/06/07/ssas-mdx-average-script-on-ssas-2008/</link>
					<comments>https://diditho.com/2011/06/07/ssas-mdx-average-script-on-ssas-2008/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Tue, 07 Jun 2011 06:32:37 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[analysis service]]></category>
		<category><![CDATA[bi]]></category>
		<category><![CDATA[mdx]]></category>
		<category><![CDATA[olap]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[ssas]]></category>
		<guid isPermaLink="false">http://dev.diditho.net/?p=342</guid>

					<description><![CDATA[<p>The MDX script on Microsoft Analysis Service (SSAS) 2008 and 2005 are different from SQL 2000. Here&#8217;s an example how to calculate average using MDX script on Analysis Service 2008. SSAS 2008, How to calculate Net Value By Date (NetValue / Date) AVG( Descendants( [Time].[Calendar].CurrentMember, [Time].[Calendar].[Date] ), [Measures].[NetValue] ) Old one, SSAS 2000, How to... <span class="more"><a class="more-link" href="https://diditho.com/2011/06/07/ssas-mdx-average-script-on-ssas-2008/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2011/06/07/ssas-mdx-average-script-on-ssas-2008/">SSAS: MDX Average Script On SSAS 2008</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2011/06/07/ssas-mdx-average-script-on-ssas-2008/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Shrink / Truncate Log File On SQL Server 2008</title>
		<link>https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/</link>
					<comments>https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/#comments</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Wed, 30 Jun 2010 02:21:23 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[dbcc]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[recovery mode]]></category>
		<category><![CDATA[shrink]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[truncate]]></category>
		<guid isPermaLink="false">http://dev.diditho.net/?p=167</guid>

					<description><![CDATA[<p>The common T-SQL script to shrink/truncate log file is using the script below USE [foo] GO DBCC SHRINKFILE(foo_log, 1) But, if the script runs on SQL Server 2008 instance, it will fail. You still have the same log file size, nothing change (shrink) . In other word you cannot shrink the log file. To solve... <span class="more"><a class="more-link" href="https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/">Shrink / Truncate Log File On SQL Server 2008</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2010/06/30/shrinktruncate-log-file-on-sql-server-2008/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>RDC and SQL Server Management Studio 2008 on Vista x86, cannot connect to Windows Server 2008 x64</title>
		<link>https://diditho.com/2009/07/17/rdc-and-sql-server-management-studio-2008-on-vista-x86-cannot-connect-to-windows-server-2008-x64/</link>
					<comments>https://diditho.com/2009/07/17/rdc-and-sql-server-management-studio-2008-on-vista-x86-cannot-connect-to-windows-server-2008-x64/#comments</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 17 Jul 2009 18:00:53 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[large send offload]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[rdc]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[wss]]></category>
		<category><![CDATA[x64]]></category>
		<guid isPermaLink="false">http://dev.diditho.net/?p=73</guid>

					<description><![CDATA[<p>Problem 1. Remote Desktop Connection (RDC) from Vista x86 as Client to Windows Server 2008 x64 as Server, lost (disconnected) in randomize duration. The error message: Because of an error in data encryption, this session will end. Please try connecting to the remote computer again 2. SQL Server Management Studio 2008&#160; on Vista x86&#160; cannot... <span class="more"><a class="more-link" href="https://diditho.com/2009/07/17/rdc-and-sql-server-management-studio-2008-on-vista-x86-cannot-connect-to-windows-server-2008-x64/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2009/07/17/rdc-and-sql-server-management-studio-2008-on-vista-x86-cannot-connect-to-windows-server-2008-x64/">RDC and SQL Server Management Studio 2008 on Vista x86, cannot connect to Windows Server 2008 x64</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2009/07/17/rdc-and-sql-server-management-studio-2008-on-vista-x86-cannot-connect-to-windows-server-2008-x64/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
