<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!--RSS generated by Microsoft SharePoint Foundation RSS Generator on 6/1/2012 11:16:56 AM --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>SharePoint By Bugday: Posts</title>
    <link>http://www.bybugday.com/Lists/Posts/AllPosts.aspx</link>
    <description>RSS feed for the Posts list.</description>
    <copyright>ByBugday</copyright>
    <managingEditor>Daniel Bugday</managingEditor>
    <webMaster>Daniel Bugday</webMaster>
    <lastBuildDate>Fri, 01 Jun 2012 09:16:56 GMT</lastBuildDate>
    <generator>Microsoft SharePoint Foundation RSS Generator</generator>
    <ttl>60</ttl>
    <language>en-US</language>
    <image>
      <title>SharePoint By Bugday: Posts</title>
      <url>http://www.bybugday.com/_layouts/images/siteIcon.png</url>
      <link>http://www.bybugday.com/Lists/Posts/AllPosts.aspx</link>
    </image>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ByBugday" /><feedburner:info uri="bybugday" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ByBugday</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
      <title>Tabular Data Models and PowerPivot</title>
      <link>http://feedproxy.google.com/~r/ByBugday/~3/-DRwtHrmTWU/ViewPost.aspx</link>
      <description>&lt;div&gt;&lt;b&gt;Body:&lt;/b&gt; &lt;div class="ExternalClass959354BDAAF0455C8B50B06055E32C1E"&gt;&lt;p&gt;Tabular data models are in-memory databases that uses the xVelocity storage and processing engine.&lt;/p&gt;  &lt;p&gt;Can be used by Excel and Power View&lt;/p&gt;  &lt;p&gt;Tabular data models exposes data in a relational format(tables, columns and relationships) instead of dimensions and measures in a cube.&lt;/p&gt;  &lt;p&gt;Tabular data models are quicker to build and not so complex, although they lack some of the advanced features that multidimensional models have.&lt;/p&gt;  &lt;p&gt;The best things with tabular models are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Very easy to learn and implement if you know relational databases&lt;/li&gt;    &lt;li&gt;Much simpler in design than multidimensional&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Tabular models use Data Analysis Expressions(DAX) to create measures and calculated members and is very similiar to Excel formulas.&lt;/p&gt;  &lt;p&gt;There’s two options where you can create a tabular model:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;In Excel using PowerPivot(stored in the workbook) and can be published to SharePoint PowerPivot Service &lt;/li&gt;    &lt;li&gt;Using SQL Server Data Tools(old BIDS in VS) by creating a SQL Server 2012 Analysis Server instance installed in Tabular Mode&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You’ll get this additional features if you use SSAS Tabular mode:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;DAX-based row-level security&lt;/li&gt;    &lt;li&gt;Partitioning&lt;/li&gt;    &lt;li&gt;DirectQuery mode&lt;/li&gt;    &lt;li&gt;Deployment options&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Dax is the language use create measures, queries and calculated members.&lt;/p&gt;  &lt;p&gt;Here’s a really good quick learn guide:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://social.technet.microsoft.com/wiki/contents/articles/7040.quickstart-learn-dax-basics-in-30-minutes.aspx" href="http://social.technet.microsoft.com/wiki/contents/articles/7040.quickstart-learn-dax-basics-in-30-minutes.aspx" target="_blank"&gt;QuickStart: Learn DAX Basics in 30 Minutes&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Tabular Model in Analysis Services&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;SQL Server Analysis Services 2012 can be installed in three different modes:&lt;/p&gt;  &lt;p&gt;SSAS(Multidimensional mode) – old traditional multidimensional mode(Cubes and Dimensions)&lt;/p&gt;  &lt;p&gt;SSAS(Tabular mode) – New mode, where we use reletional databases with tables and columns(instead of cubes and dimensions)&lt;/p&gt;  &lt;p&gt;SSAS(PowerPivot) – The SharePoint Service Application used to host the PowerPivot Service in SharePoint&lt;/p&gt;  &lt;p&gt;You create tabular models using Visual Studio 2010:&lt;/p&gt;  &lt;p&gt;&lt;a href="/Lists/Posts/Attachments/88/image_2_0834BC75.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px" title="image" border="0" alt="image" src="/Lists/Posts/Attachments/88/image_thumb_0834BC75.png" width="644" height="167" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;You could also create a new tabular database in SSAS(Tabular mode) using SSMS by right clicking on the databases folder and choose “Restore from PowerPivot)&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;b&gt;Category:&lt;/b&gt; &lt;a onclick="OpenPopUpPage('http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=10&amp;RootFolder=*', RefreshPage); return false;" href="http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=10&amp;RootFolder=*"&gt;Business Intelligence&lt;/a&gt;; &lt;a onclick="OpenPopUpPage('http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=16&amp;RootFolder=*', RefreshPage); return false;" href="http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=16&amp;RootFolder=*"&gt;SQL 2012&lt;/a&gt;; &lt;a onclick="OpenPopUpPage('http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=2&amp;RootFolder=*', RefreshPage); return false;" href="http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=2&amp;RootFolder=*"&gt;SharePoint Server 2010&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;b&gt;Published:&lt;/b&gt; 5/24/2012 11:01 AM&lt;/div&gt;
&lt;div&gt;&lt;b&gt;Attachments:&lt;/b&gt; &lt;a href="http://www.bybugday.com/Lists/Posts/Attachments/88/image_2_0834BC75.png"&gt;http://www.bybugday.com/Lists/Posts/Attachments/88/image_2_0834BC75.png&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.bybugday.com/Lists/Posts/Attachments/88/image_thumb_0834BC75.png"&gt;http://www.bybugday.com/Lists/Posts/Attachments/88/image_thumb_0834BC75.png&lt;/a&gt;&lt;br /&gt;&lt;a href=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ByBugday/~4/-DRwtHrmTWU" height="1" width="1"/&gt;</description>
      <author>Daniel Bugday</author>
      <category>Business Intelligence; SQL 2012; SharePoint Server 2010</category>
      <pubDate>Thu, 24 May 2012 09:01:54 GMT</pubDate>
      <guid isPermaLink="false">http://www.bybugday.com/Lists/Posts/ViewPost.aspx?ID=88</guid>
    <feedburner:origLink>http://www.bybugday.com/Lists/Posts/ViewPost.aspx?ID=88</feedburner:origLink></item>
    <item>
      <title>SharePoint 2010 Reporting Services Integration</title>
      <link>http://feedproxy.google.com/~r/ByBugday/~3/uElnD-172ag/ViewPost.aspx</link>
      <description>&lt;div&gt;&lt;b&gt;Body:&lt;/b&gt; &lt;div class="ExternalClass825F563DC99246AFBFA1491DB0BCE6A7"&gt;&lt;p&gt;This post is a follow-up on my previous posts about the new SQL 2012 Business Intelligence Features in SharePoint 2010 using SQL 2012 and SQL 2008 R2&lt;/p&gt;  &lt;p&gt;Previous posts about Reporting Services and SharePoint Integration:&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.bybugday.com/Lists/Posts/Post.aspx?List=6169a29f%2D5ed5%2D4f06%2D97fe%2Dba493e574f6f&amp;amp;ID=78&amp;amp;Web=660348a1%2Df1b9%2D4725%2D9603%2Dc1936458afee" href="/Lists/Posts/Post.aspx?List=6169a29f-5ed5-4f06-97fe-ba493e574f6f&amp;amp;ID=78&amp;amp;Web=660348a1-f1b9-4725-9603-c1936458afee" target="_blank"&gt;How to: Install Reporting Services SharePoint 2010 mode using SQL 2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.bybugday.com/Lists/Posts/Post.aspx?List=6169a29f%2D5ed5%2D4f06%2D97fe%2Dba493e574f6f&amp;amp;ID=75&amp;amp;Web=660348a1%2Df1b9%2D4725%2D9603%2Dc1936458afee" href="/Lists/Posts/Post.aspx?List=6169a29f-5ed5-4f06-97fe-ba493e574f6f&amp;amp;ID=75&amp;amp;Web=660348a1-f1b9-4725-9603-c1936458afee" target="_blank"&gt;SharePoint 2010 SSRS News(Reporting Services) using SQL 2012&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.bybugday.com/Lists/Posts/Post.aspx?List=6169a29f%2D5ed5%2D4f06%2D97fe%2Dba493e574f6f&amp;amp;ID=51&amp;amp;Web=660348a1%2Df1b9%2D4725%2D9603%2Dc1936458afee" href="/Lists/Posts/Post.aspx?List=6169a29f-5ed5-4f06-97fe-ba493e574f6f&amp;amp;ID=51&amp;amp;Web=660348a1-f1b9-4725-9603-c1936458afee" target="_blank"&gt;How to: Deploy an SSRS Report to a SharePoint 2010 SSRS Integrated Farm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.bybugday.com/Lists/Posts/Post.aspx?List=6169a29f%2D5ed5%2D4f06%2D97fe%2Dba493e574f6f&amp;amp;ID=43&amp;amp;Web=660348a1%2Df1b9%2D4725%2D9603%2Dc1936458afee" href="/Lists/Posts/Post.aspx?List=6169a29f-5ed5-4f06-97fe-ba493e574f6f&amp;amp;ID=43&amp;amp;Web=660348a1-f1b9-4725-9603-c1936458afee" target="_blank"&gt;How to: Integrate SharePoint 2010 and Reporting Services 2008 R2&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In this post, i’ll try to summarize all the things you need to know about SQL 2012 and SharePoint 2010.&lt;/p&gt;  &lt;p&gt;Reporting Services comes in two modes:&lt;/p&gt;  &lt;p&gt;SharePoint Mode:&lt;/p&gt;  &lt;p&gt;Reportings Services implemented as a Service Application and managed through Central Administration&lt;/p&gt;  &lt;p&gt;SharePoint Mode can be configured either in “Local Mode” or “Connected Mode”. In “Local Mode” there’s no need for a report server and all reports are rendered in sharepoint document libraries. In “Connected Mode”, your reporting solution can include the features of Reporting Services like subscriptions, snapshots etc.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;In SharePoint Mode:     &lt;br /&gt;&lt;/strong&gt;You’ll have the “Power View” feature&lt;/p&gt;  &lt;p&gt;You deploy reports to sharepoint document libraries&lt;/p&gt;  &lt;p&gt;You start Report Builder from a document library&lt;/p&gt;  &lt;p&gt;You manage all the features like subscription, snapshot, data sources, data sets etc. from the report file(.rdl) in a sharepoint document library&lt;/p&gt;  &lt;p&gt;You’ll have the new data alert feature&lt;/p&gt;  &lt;p&gt;All the logging and management is centralized throug SharePoint Central Administration and the logging is written to the SharePoint ULS logs.&lt;/p&gt;  &lt;p&gt;Read more on MSDN:   &lt;br /&gt;&lt;a title="http://msdn.microsoft.com/en-us/library/hh213532.aspx" href="http://msdn.microsoft.com/en-us/library/hh213532.aspx" target="_blank"&gt;Reporting Services Report Server (SharePoint Mode)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Native Mode:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Reporting Services is a stand-alone application server that provides all processing and management of the service and has nothing to do with SharePoint&lt;/p&gt;  &lt;p&gt;Read more on Technet:   &lt;br /&gt;&lt;a title="http://technet.microsoft.com/en-us/library/bb522825.aspx" href="http://technet.microsoft.com/en-us/library/bb522825.aspx" target="_blank"&gt;http://technet.microsoft.com/en-us/library/bb522825.aspx&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;b&gt;Category:&lt;/b&gt; &lt;a onclick="OpenPopUpPage('http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=3&amp;RootFolder=*', RefreshPage); return false;" href="http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=3&amp;RootFolder=*"&gt;SharePoint Foundation 2010&lt;/a&gt;; &lt;a onclick="OpenPopUpPage('http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=2&amp;RootFolder=*', RefreshPage); return false;" href="http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=2&amp;RootFolder=*"&gt;SharePoint Server 2010&lt;/a&gt;; &lt;a onclick="OpenPopUpPage('http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=16&amp;RootFolder=*', RefreshPage); return false;" href="http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=16&amp;RootFolder=*"&gt;SQL 2012&lt;/a&gt;; &lt;a onclick="OpenPopUpPage('http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=10&amp;RootFolder=*', RefreshPage); return false;" href="http://www.bybugday.com/_layouts/listform.aspx?PageType=4&amp;ListId={C9F29E1B-C00A-4799-9F46-F1117B68B876}&amp;ID=10&amp;RootFolder=*"&gt;Business Intelligence&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;b&gt;Published:&lt;/b&gt; 5/22/2012 1:56 PM&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ByBugday/~4/uElnD-172ag" height="1" width="1"/&gt;</description>
      <author>Daniel Bugday</author>
      <category>SharePoint Foundation 2010; SharePoint Server 2010; SQL 2012; Business Intelligence</category>
      <pubDate>Tue, 22 May 2012 11:56:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.bybugday.com/Lists/Posts/ViewPost.aspx?ID=87</guid>
    <feedburner:origLink>http://www.bybugday.com/Lists/Posts/ViewPost.aspx?ID=87</feedburner:origLink></item>
  </channel>
</rss>

