<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.adatis.co.uk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'MDS' and 'SQL Server 2012'</title><link>http://blogs.adatis.co.uk/search/SearchResults.aspx?o=DateDescending&amp;tag=MDS,SQL+Server+2012&amp;orTags=0</link><description>Search results matching tags 'MDS' and 'SQL Server 2012'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>Master Data Services in SQL Server 2012 RC0</title><link>http://blogs.adatis.co.uk/blogs/jeremykashel/archive/2011/11/30/master-data-services-in-sql-server-2012-rc0.aspx</link><pubDate>Wed, 30 Nov 2011 13:31:34 GMT</pubDate><guid isPermaLink="false">8d7d37f8-4a66-4c95-9fba-293fa87607dc:10075</guid><dc:creator>Jeremy Kashel</dc:creator><description>&lt;p&gt;There’s been a whole host of changes to MDS in the &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=28145&amp;amp;WT.mc_id=rss_alldownloads_all" target="_blank"&gt;SQL Server 2012 RC (Release Candidate) 0&lt;/a&gt; that came out the other week. This blog post gives an overview of the changes, before diving into detail on a few of them. At a high level, the following changes have been made to MDS:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Improved Master Data Manager front screen UI and navigation paths &lt;/li&gt;    &lt;li&gt;Collections interface updated to Silverlight &lt;/li&gt;    &lt;li&gt;Improved Excel user interface &amp;amp; functionality &lt;/li&gt;    &lt;li&gt;Auto generation of entity code values, without using business rules &lt;/li&gt;    &lt;li&gt;New deployment tool &lt;/li&gt;    &lt;li&gt;SharePoint integration &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Let’s take a look at each of these changes:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Improved Master Data Manager UI&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Although the UI improvement (shown below) is good, the best thing about the Master Data Manager changes, in my opinion, is that clicking on the Explorer feature no longer takes you into the Model View, but instead takes you straight into your master data for your core entity (e.g. in a Customer model this entity would be Customer). I’m not sure if this would get a bit frustrating if you didn’t want the core entity, but then again everything seems very quick in RC0, so I don’t think it’s really going to matter.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.adatis.co.uk/blogs/jeremykashel/Front-screen_72D8B875.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Front screen" border="0" alt="Front screen" src="http://blogs.adatis.co.uk/blogs/jeremykashel/Front-screen_thumb_17F602E2.png" width="355" height="359" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There’s also a new button next to a domain-based attribute that apparently has been designed to &lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/5648.aspx" target="_blank"&gt;help with Many-to-Many relationships&lt;/a&gt;. I can definitely see that working, but it’s useful to have anyway to jump to the member details for the domain based attribute that you are viewing, many-to-many or not:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.adatis.co.uk/blogs/jeremykashel/image_0AAF79CF.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="http://blogs.adatis.co.uk/blogs/jeremykashel/image_thumb_03240A62.png" width="352" height="90" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Collections Interface Updated to Silverlight&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The collections interface is now much slicker, getting the Silverlight makeover seen in other areas of Master Data Manager. Switching between collections, for example, which could take a while in R2, now happens very quickly, making collections far more useable. The screen shot below shows how you edit collection members by picking members from one of the entities and adding those over into the collection by clicking the Add button:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.adatis.co.uk/blogs/jeremykashel/image_1B4774BD.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="http://blogs.adatis.co.uk/blogs/jeremykashel/image_thumb_32FEAC23.png" width="703" height="226" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Collections now have the concept of a Weight, meaning that you can alter the weighting value associated with the collection members, which could be useful for reporting purposes. The idea is that you extract the collection members and the weight values in a subscription view. A Weight column is actually included in the 2008 R2 collection subscription views, but there was no front end to modify the weight value, which has of course now changed:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.adatis.co.uk/blogs/jeremykashel/image_09A76425.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="http://blogs.adatis.co.uk/blogs/jeremykashel/image_thumb_170D772B.png" width="340" height="75" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Improved Excel User Interface and Functionality&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The MDS Excel Ribbon has been given a makeover, meaning that you now see the following in the ribbon:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.adatis.co.uk/blogs/jeremykashel/Excel-toolbar_5D1E343E.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Excel toolbar" border="0" alt="Excel toolbar" src="http://blogs.adatis.co.uk/blogs/jeremykashel/Excel-toolbar_thumb_5B013575.png" width="721" height="121" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It’s interesting to see that the Favourites section has been replaced with the concept of ‘queries’. The idea is that you can send a query file via email to another user, providing that user has the Excel add-in. When the user double clicks on the query file (extension *.mdsqx), Excel will open and make a connection to MDS, using the connection and filter information provided in the file. This will result in Excel opening, with the user prompted if they would like to connect to MDS:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.adatis.co.uk/blogs/jeremykashel/confirm-connection_55EED1F9.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="confirm connection" border="0" alt="confirm connection" src="http://blogs.adatis.co.uk/blogs/jeremykashel/confirm-connection_thumb_6E123C54.png" width="266" height="143" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It’s also good to see that a few of the domain-based attribute issues have been addressed, namely the display of domain-based attribute names when you filter an entity and also the display of the names and the codes together in the Excel sheet. Here’s a screen shot of the how the attribute names are now visible when filtering the Country domain-based attribute that exists in the Customer model:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.adatis.co.uk/blogs/jeremykashel/image_5A84DCB3.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="http://blogs.adatis.co.uk/blogs/jeremykashel/image_thumb_4BDA30CE.png" width="403" height="197" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Auto Generation of Entity Code Values&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If you wanted the code to be auto-generated in 2008 R2, you had to use a business rule. You can still do that if you want, but the create entity admin screen has changed slightly to include an option to auto generate the code. This works slightly better than business rules in my opinion, at least as far as the Excel add-in is concerned, as the code is returned to the user immediately after publishing, whereas the business rules require you to do a refresh in Excel and of course need more development! Here’s a screenshot of the add entity screen:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.adatis.co.uk/blogs/jeremykashel/image_7163AE2F.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="http://blogs.adatis.co.uk/blogs/jeremykashel/image_thumb_49BD3205.png" width="267" height="206" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;New Deployment Tool&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Deployment has been altered in SQL 2012, with the addition of a &lt;a href="http://msdn.microsoft.com/en-us/library/ff486956(v=SQL.110).aspx" target="_blank"&gt;new deployment tool&lt;/a&gt;, plus the fact that subscription views now get deployed. It seems that the current R2 deployment method (in the Administration section of Master Data Manager) is still included but now will not deploy data. To do that you need to use MDSModelDeploy.exe, as explained &lt;a href="http://msdn.microsoft.com/en-us/library/hh479646(v=SQL.110).aspx" target="_blank"&gt;here&lt;/a&gt;. As an example, here’s how you can deploy the sample Customer model using MDSModelDeploy.exe, for default installations:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;MDSModelDeploy deploynew –package “C:\Program Files\Microsoft SQL Server\110\Master Data Services\Samples\customer_en.pkg” –model “Customer” –service “MDS1”&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;SharePoint Integration and Further Details&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Master Data Manager now supports a set of parameters that allow the MDS UI to be displayed without the header, menu bar and padding area. This means that MDS can now be incorporated into SharePoint or other websites. For the details on this, as well as more details on the above points, take a look at the following &lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/5648.aspx" target="_blank"&gt;Technet article&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>