Ricardo Costa
Azure Mobile Services News – Issue#4
Logging in with Google, Microsoft and Facebook SDKs to Azure Mobile Services
"One of the values that Azure Mobile Services provides is an easy way...
How to Access the Previous Row and Next Row value in...
LAG - http://msdn.microsoft.com/en-us/library/hh231256.aspx
USE AdventureWorks2012;
GO
SELECT BusinessEntityID, YEAR(QuotaDate) AS SalesYear, SalesQuota AS CurrentQuota,
LAG(SalesQuota, 1,0) OVER (ORDER BY YEAR(QuotaDate)) AS...
Strange behavior with “Merge Join” in SSIS
If the datasources of the Merge Join block in SSIS aren't sorted the merge will not work correctly.
Strange behavior will occur if the datasources...
High Availability Configuration in Velocity
If you create a new cache with secondaries enabled new-cache -CacheName NamedCache1 -Secondaries 1you need to have more than one cache host, otherwise the cache...
The Controls collection cannot be modified because the control contains code...
Because I have pages with the markup <%= someVariable%> like <script type="text/javascript">
...
Codesmith, netTiers and reserved words
Started today using Codesmith tools today after a year or so since the last time that I used this great generation template based tool....
Conditional Post-build event in Visual Studio 2008
I have a class library project where I want to add the assembly to the GAC but only when the configuration is Debug. ...
PCNS Installation
First of all, thanks to Mário Rufino and Luis Guido from Microsoft Portugal for providing support during the PCNS installation. PCNS was installed...
Change MOSS 2007 server to another Windows 2003 Domain
Last week I found that some emails weren't sent by sharepoint. When I created an alert I received an email saying that...
Approval status, MOSS and Sharepoint Designer
I was creating a SPD workflow that checks the approval status field. When you add this condition in SPD, the designer automatically gives you...