<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Elven Soft Blog</title>
	<link>http://blog.elvensoft.ro</link>
	<description>Microsoft.net, marketing, software and internet solutions</description>
	<lastBuildDate>Thu, 22 Jul 2010 13:29:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>The server principal is not able to access the database under the current security context</title>
		<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>
		<link>http://blog.elvensoft.ro/2010/07/the-server-principal-is-not-able-to-access-the-database-under-the-current-security-context/</link>
			</item>
	<item>
		<title>Unpivot transformation</title>
		<description><![CDATA[We have the following excel file that has﻿ a pivot table in it:

The first column represents the age (A) while in the columns starting from B to D is the pivoted data. The column names are 10, 11 and 12. In order for SSIS to recognize the numbers as column names you must put a &#8221; [...]]]></description>
		<link>http://blog.elvensoft.ro/2010/05/unpivot-transformation/</link>
			</item>
	<item>
		<title>Internet in numbers</title>
		<description><![CDATA[
]]></description>
		<link>http://blog.elvensoft.ro/2010/03/internet-in-numbers/</link>
			</item>
	<item>
		<title>Filter tables and matrix in reporting services</title>
		<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>
		<link>http://blog.elvensoft.ro/2009/12/filter-tables-and-matrix-in-reporting-services/</link>
			</item>
	<item>
		<title>Dependencies on a table column &#8211; SQL Server</title>
		<description><![CDATA[Find all views, stored procedures etc that use a table column

SELECT OBJECT_NAME(sd.id) Dependent_Object,
(SELECT xtype FROM sysobjects so WHERE so.id = sd.id) Object_Type
FROM sysobjects so
INNER JOIN syscolumns sc ON so.id = sc.id
INNER JOIN sysdepends sd  ON so.id = sd.depid AND sc.colid = sd.depnumber
WHERE so.id = OBJECT_ID('TABLE_NAME')
AND sc.name = 'TABLE_COLUMN'

]]></description>
		<link>http://blog.elvensoft.ro/2009/10/dependencies-table-column-sql-server/</link>
			</item>
	<item>
		<title>Bug: Requested Registry Access is not allowed Visual Studio 2008</title>
		<description><![CDATA[After uninstalling Visual Studio 2010 BETA, one of the bugs I received in Visual Studio 2008 was
Requested Registry Access is not allowed while trying to add a class to my solution.
To fix this, download and install SubInACL which is a command line tool.  After installing this, create a .bat file and put this lines in [...]]]></description>
		<link>http://blog.elvensoft.ro/2009/08/bug-requested-registry-access-is-not-allowed-visual-studio-2008/</link>
			</item>
	<item>
		<title>IIS Media Services</title>
		<description><![CDATA[IIS Media Services inseamna o platforma HTTP care poate face streaming True HD (720p+). Se instaleaza peste IIS 7.
Vezi filmulet de test.
]]></description>
		<link>http://blog.elvensoft.ro/2009/07/iis-media-services/</link>
			</item>
	<item>
		<title>mailto link in GridView</title>
		<description><![CDATA[If you add a HyperLinkField to a Grid View and you set the DataNavigateUrlFields to &#8220;Email&#8221; (the field coming from the database) and the DataNavigateUrlFormat to &#8220;mailto:{0}&#8221; it wont work, because asp.net does some extra validation and the output is no link.

The only way to have an email link inside a GridView is by using [...]]]></description>
		<link>http://blog.elvensoft.ro/2009/06/mailto-link-in-gridview/</link>
			</item>
	<item>
		<title>Visual Studio 2010 BETA</title>
		<description><![CDATA[De astazi puteti descarca Visual Studio 2010 BETA. F# face acum parte oficial din pachet.


Descarca Visual Studio 2010 Professional BETA
Descarca Visual Studio 2010 Team System BETA
Mai multe optiuni de descarcare


Un filmulet interesant pentru instalare puteti urmari aici
Visual Studio 2010 and .NET Framework 4 Training Kit
]]></description>
		<link>http://blog.elvensoft.ro/2009/05/visual-studio-2010-beta/</link>
			</item>
	<item>
		<title>Visual Studio 2008 Gratuit</title>
		<description><![CDATA[Puteti descarca varianta gratuita pentru Visual Studio 2008 (.NET Framework 3.5) accesand acest link. Tot pe aceasta pagina puteti descarca si o varianta light pentru MSDN Library.
]]></description>
		<link>http://blog.elvensoft.ro/2009/05/visual-studio-2008-gratuit/</link>
			</item>
</channel>
</rss>
