<?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>Tue, 13 Dec 2011 09:14:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Calculator RCA</title>
		<description><![CDATA[Elven Soft a lansat site-ul dedicat aplicatiei de Calculator  RCA care poate fi cu usurinta integrat intr-un site de  vanzari online contribuind astfel la dezvoltarea afacerii dumneavoastra.
Printre avantajele acestui calculator enumeram:

Afisarea preturilor reale direct de la asiguratori (prin folosirea web-service-urilor)
Posibilitatea integrarii atat pe platforme PHP cat si ASP.NET
Integrarea cu AsigManager printr-un modul de gestiune [...]]]></description>
		<link>http://blog.elvensoft.ro/2011/12/calculator-rca/</link>
			</item>
	<item>
		<title>Edit Visual Studio Project List</title>
		<description><![CDATA[Sometimes I get annoyed by some junky projects I created showing up on the &#8220;Start Page&#8221; of Visual Studio, even if I deleted them from the hard-disk.
To simply remove them from the list, edit the registries at:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\\ProjectMRUList
]]></description>
		<link>http://blog.elvensoft.ro/2011/01/edit-visual-studio-project-list/</link>
			</item>
	<item>
		<title>So? What is Google Wave?</title>
		<description><![CDATA[
Google Wave from GoLocalise on Vimeo.
]]></description>
		<link>http://blog.elvensoft.ro/2010/08/so-what-is-google-wave/</link>
			</item>
	<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>
</channel>
</rss>

