Installed SharePoint 2013

I can see the new metro look will be all over the place. Now all lists and libraries are Apps… This is going to start confusing end users. Site settings seems the same. Central Admin still has a similar layout. Which is good. But now there’s an App Store.

Equinox 3-Day Trial Membership

I know i only post about technology related content. But us techies need to stay in shape as well. I just joined an awesome gym. Its really a gym with a full SPA for the wifey. If you want to try it out, please contact Jennifer @ 305.935.9514, just mention Read more…

BI Power View in SQL 2012

Power view seems awesome eventhough  it uses Silverlight. Contoso Energy Demo: https://businessintelligencedemoportal.com/sites/contosoenergy/SitePages/pvrsample.aspx   More demos here: http://www.microsoft.com/en-us/bi/GetMicrosoftBI/TryIt.aspx

Excel Services Data Refresh Flowchart

I found a great flowchart for troubleshooting data refresh in excel services for SharePoint 2010. I also ended up using the Secure Store instead of kerberos. I had a few issues connecting to OLAP, but this diagram helped. View PDF: Excel Services Troubleshooting  

Change BCS throttle limit of 2000 rows

One of my developers was getting a connection timeout on using an External Content Type. The real problem was that BCS has a limit of 2000 rows returned in a query. Here’s a PowerShell script to edit that limit: $wthbcs = Get-SPServiceApplicationProxy | where{$_.GetType().FullName -eq (‘Microsoft.SharePoint.BusinessData.SharedService.’ + ‘BdcServiceApplicationProxy’)}  $BCSThrottle = Read more…

Download SharePoint 2010 Demo VM

SharePoint 2010 and Office 2010 Hyper-V VHD files are now available for download. It’s spit up in 23 files for SharePoint 2010. This includes Windows Server 2008 R2, SharePoint 2010, Office 2010, Visual Studio 2010, SQL Server 2008 R2. Theres 2 more VMs for Exchange and Communicator. http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27417