November 2011 - Posts

Change Sql Azure DB Size
Wed, Nov 30 2011 9:53
Hi All, I was trying to change my business edition DB to web edition in SQL Azure and i didn't find a sample TSQL to run to shrink the DB file size from 20 GB (Business) to 1 GB (Web) Edition. Here is the TSQL you want to run after deleting the unnecessary...
SharePoint Restore Error: Your backup is from a different version of Microsoft SharePoint Foundation and cannot be restored to a server running the current version. The backup file should be restored to a server with version '14.0.0.5050' or later
Thu, Nov 10 2011 18:59
Hi Folks, I was deploying a new release for a SharePoint project that i'm working on with my team, when i was try to backup and restore a site collection from my development to staging environment, I got this error: SharePoint Restore Error: Your...
Secure Store Service Error in SharePoint 2010 : Secure Store Service is not accessible
Wed, Nov 2 2011 12:35
Hi All, I have been noticed that one of our SharePoint 2010 installation has a problem when trying to click on Secure Store Service in central administration. The problem is : Try to click on SSS service in Central Administration and you will get an error...
Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. Please install ASP.NET Session State SQL Server version 2.0 or above.
Wed, Nov 2 2011 12:17
Hi Folks, I was deploying an asp.net website which configured to store session data in a custom databases in SQL Server 2008. After i scripted the whole DB and moved it to a new server and after deploying the website and try to run the application, I...