<?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>Elven Soft Blog &#187; error</title>
	<atom:link href="http://blog.elvensoft.ro/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elvensoft.ro</link>
	<description>Microsoft.net, marketing, software and internet solutions</description>
	<lastBuildDate>Thu, 19 Aug 2010 07:03:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The server principal is not able to access the database under the current security context</title>
		<link>http://blog.elvensoft.ro/2010/07/the-server-principal-is-not-able-to-access-the-database-under-the-current-security-context/</link>
		<comments>http://blog.elvensoft.ro/2010/07/the-server-principal-is-not-able-to-access-the-database-under-the-current-security-context/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:24:21 +0000</pubDate>
		<dc:creator>Puiu</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://blog.elvensoft.ro/?p=93</guid>
		<description><![CDATA[If this error message appears when trying to expand the databases node in SQL Server Management Studio and the x64 version of SQL Server 2008 is installed, follow the steps below:
1) Bring Object Explorer Details window by selecting View &#8211;&#62; Object Explorer Details in menu (or hitting F7)
2) In Object Explorer window click at Databases [...]]]></description>
			<content:encoded><![CDATA[<p>If this error message appears when trying to expand the databases node in SQL Server Management Studio and the x64 version of SQL Server 2008 is installed, follow the steps below:</p>
<p>1) Bring Object Explorer Details window by selecting View &#8211;&gt; Object Explorer Details in menu (or hitting F7)<br />
2) In Object Explorer window click at Databases folder<br />
3) In Object Explorer Details window right-click at the column header and deselect Collation<br />
4) Refresh Databases folder.</p>
<p>For more details click <a href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=354291&amp;wa=wsignin1.0" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.elvensoft.ro/2010/07/the-server-principal-is-not-able-to-access-the-database-under-the-current-security-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filter tables and matrix in reporting services</title>
		<link>http://blog.elvensoft.ro/2009/12/filter-tables-and-matrix-in-reporting-services/</link>
		<comments>http://blog.elvensoft.ro/2009/12/filter-tables-and-matrix-in-reporting-services/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 10:45:00 +0000</pubDate>
		<dc:creator>Puiu</dc:creator>
				<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[rdlc]]></category>

		<guid isPermaLink="false">http://blog.elvensoft.ro/?p=57</guid>
		<description><![CDATA[When filtering a table or a matrix in reporting services you might encounter the following error:
Cannot compare data types of System.Int32 and System.String. Please check the data type returned by the filter expression.

This happens when the column to be filtered is of type numeric (integer in our case) and you try to compare it with [...]]]></description>
			<content:encoded><![CDATA[<p>When filtering a table or a matrix in reporting services you might encounter the following error:</p>
<p><strong>Cannot compare data types of System.Int32 and System.String. Please check the data type returned by the filter expression.<br />
</strong></p>
<p>This happens when the column to be filtered is of type numeric (integer in our case) and you try to compare it with a number. The correct way to do it is like in the picture below:</p>
<p><img class="aligncenter size-full wp-image-63" title="rezolvare" src="http://blog.elvensoft.ro/wp-content/uploads/2009/12/rezolvare1.JPG" alt="rezolvare" width="528" height="170" /></p>
<p>In the value field put another &#8220;=&#8221; sign otherwise the number will be interpreted as a string and not as a number.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.elvensoft.ro/2009/12/filter-tables-and-matrix-in-reporting-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
