<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">From Azaz on Analysis Services </title><subtitle type="html">Read about SQL Analysis Services 2005 and onwards</subtitle><id>http://blogs.msdn.com/azazr/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/azazr/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2007-04-19T19:52:00Z</updated><entry><title>Parameterize OLAP Report using SP</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2008/12/04/parameterize-olap-report-using-sp.aspx" /><id>http://blogs.msdn.com/azazr/archive/2008/12/04/parameterize-olap-report-using-sp.aspx</id><published>2008-12-04T14:15:00Z</published><updated>2008-12-04T14:15:00Z</updated><content type="html">A. Set a linked server (analysis server) in your SQL Server In the SQL Server Surface Area Configuration enable 'Ad Hoc Remote Queries' 1. Open SQL Surface Area configuration 2. Go to Database enginer --&amp;gt; Ad Hoc Remote Queries --&amp;gt; Set Enable OPENROWSER andn OPENDATASOURCE support In SQL Mgmt Studio in Server Objects to the MSOLAP Linked Server provider to 'Allow inprocess' Open SQL Server 2005 Management Studio, and then connect to an instance of SQL Server 2005. In Object Explorer, expand...(&lt;a href="http://blogs.msdn.com/azazr/archive/2008/12/04/parameterize-olap-report-using-sp.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9174784" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author><category term="SSAS" scheme="http://blogs.msdn.com/azazr/archive/tags/SSAS/default.aspx" /><category term="Analysis Services" scheme="http://blogs.msdn.com/azazr/archive/tags/Analysis+Services/default.aspx" /><category term="OLAP Security" scheme="http://blogs.msdn.com/azazr/archive/tags/OLAP+Security/default.aspx" /><category term="Reporting Services" scheme="http://blogs.msdn.com/azazr/archive/tags/Reporting+Services/default.aspx" /><category term="OLAP Report" scheme="http://blogs.msdn.com/azazr/archive/tags/OLAP+Report/default.aspx" /><category term="Parameter" scheme="http://blogs.msdn.com/azazr/archive/tags/Parameter/default.aspx" /></entry><entry><title>Dynamic Security in SSAS Cube</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2008/08/15/dynamic-security-in-ssas-cube.aspx" /><id>http://blogs.msdn.com/azazr/archive/2008/08/15/dynamic-security-in-ssas-cube.aspx</id><published>2008-08-15T03:09:00Z</published><updated>2008-08-15T03:09:00Z</updated><content type="html">Technorati Tags: SSAS , Cube , Security , Dynamic Security , username , Analysis Services , SQL Analysis Services For implementing dynamic security in your SSAS cube you need make little change in the Dimension model. Steps: 1. Assuming you already have a dimension to store the employee credentials for whom you want to apply the security. If such dimension is not there then create one.In AdventureWorksDw we have such a table called DimEmployee 2. Decide what you want to secure, let’s say Customer...(&lt;a href="http://blogs.msdn.com/azazr/archive/2008/08/15/dynamic-security-in-ssas-cube.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8868774" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author><category term="SSAS" scheme="http://blogs.msdn.com/azazr/archive/tags/SSAS/default.aspx" /><category term="Analysis Services" scheme="http://blogs.msdn.com/azazr/archive/tags/Analysis+Services/default.aspx" /><category term="OLAP Security" scheme="http://blogs.msdn.com/azazr/archive/tags/OLAP+Security/default.aspx" /><category term="Dynamic Security" scheme="http://blogs.msdn.com/azazr/archive/tags/Dynamic+Security/default.aspx" /><category term="Dimensional Modeling" scheme="http://blogs.msdn.com/azazr/archive/tags/Dimensional+Modeling/default.aspx" /></entry><entry><title>Parameterize the OLAP Reports in Client Applications</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2008/08/15/parameterize-the-olap-reports-in-client-applications.aspx" /><id>http://blogs.msdn.com/azazr/archive/2008/08/15/parameterize-the-olap-reports-in-client-applications.aspx</id><published>2008-08-15T02:51:00Z</published><updated>2008-08-15T02:51:00Z</updated><content type="html">In this post let’s see how you can pass the parameters into your OLAP report. The parameters have to be passed dynamically through the WinForm application. Here we will NOT be using the report parameters which you would have added on the report at the design time. The report is displayed through report control in winApp (or webApp). Final output: Steps-A: ( Design a parameterized report using BIDS and publish on to the report server) 1. Create a report server project and design a Pivot table report...(&lt;a href="http://blogs.msdn.com/azazr/archive/2008/08/15/parameterize-the-olap-reports-in-client-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8868743" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author><category term="Reporting Services" scheme="http://blogs.msdn.com/azazr/archive/tags/Reporting+Services/default.aspx" /><category term="OLAP Report" scheme="http://blogs.msdn.com/azazr/archive/tags/OLAP+Report/default.aspx" /><category term="Parameter" scheme="http://blogs.msdn.com/azazr/archive/tags/Parameter/default.aspx" /></entry><entry><title>Populate Time Dimension of AdventureWorksDW Sample Database and use it in your Datawarehouse/cube</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2008/05/09/populate-time-dimension-of-adventureworksdw-sample-database-and-use-it-in-your-datawarehouse-cube.aspx" /><id>http://blogs.msdn.com/azazr/archive/2008/05/09/populate-time-dimension-of-adventureworksdw-sample-database-and-use-it-in-your-datawarehouse-cube.aspx</id><published>2008-05-09T20:20:08Z</published><updated>2008-05-09T20:20:08Z</updated><content type="html">In one of my current data warehouse projects I wanted to use a time dimension. The time dimension structure I wanted was very similar to the one available with AdventureWorksDW but it has the date only till year 2004. I had written a simple SP to populate the time fields. If anyone has a similar requirement you can try it. ---Populate Time dimension of AdventureWorksDW sample database with latest --- You can either Create a new time dimension table or Use the table available in --- AdventureWorksDW...(&lt;a href="http://blogs.msdn.com/azazr/archive/2008/05/09/populate-time-dimension-of-adventureworksdw-sample-database-and-use-it-in-your-datawarehouse-cube.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8481047" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author></entry><entry><title>Ways of Improving MDX Performance and Improvements with MDX in Katmai (SQL 2008)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2008/05/01/ways-of-improving-mdx-performance-and-improvements-with-mdx-in-katmai-sql-2008.aspx" /><id>http://blogs.msdn.com/azazr/archive/2008/05/01/ways-of-improving-mdx-performance-and-improvements-with-mdx-in-katmai-sql-2008.aspx</id><published>2008-05-01T05:22:59Z</published><updated>2008-05-01T05:22:59Z</updated><content type="html">1. Use calculated members with Scope assignments instead of using IIF The reason this option is faster is because the scope subcube definitions enable the Query Execution Engine to know ahead of time the calculation space for each business rule. Using this information, the Query Execution Engine can select an optimized execution path to execute the calculation on the specified range of cells. As a general rule, it is a best practice to always try to simplify calculation expressions by moving the...(&lt;a href="http://blogs.msdn.com/azazr/archive/2008/05/01/ways-of-improving-mdx-performance-and-improvements-with-mdx-in-katmai-sql-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8445908" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author></entry><entry><title>TFS Migration and Synchronization Toolkit</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2007/06/29/tfs-migration-and-synchronization-toolkit.aspx" /><id>http://blogs.msdn.com/azazr/archive/2007/06/29/tfs-migration-and-synchronization-toolkit.aspx</id><published>2007-06-29T22:37:00Z</published><updated>2007-06-29T22:37:00Z</updated><content type="html">TFS Migration and Synchronization Toolkit is now available at http://www.codeplex.com/MigrationSyncToolkit...(&lt;a href="http://blogs.msdn.com/azazr/archive/2007/06/29/tfs-migration-and-synchronization-toolkit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3609299" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author></entry><entry><title>TFS Guide - Know the effective usage of TFS in the real world constraints</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2007/05/24/tfs-guide-know-the-effectice-usage-of-tfs-in-real-world-constraint.aspx" /><id>http://blogs.msdn.com/azazr/archive/2007/05/24/tfs-guide-know-the-effectice-usage-of-tfs-in-real-world-constraint.aspx</id><published>2007-05-24T09:22:00Z</published><updated>2007-05-24T09:22:00Z</updated><content type="html">This is awesome! A much needed thing has finally arrived. We have been getting request from customer and partner community about How to use TFS effectively in their company/projects with the real work constraint. Thanks a lot to P &amp;amp; P team who worked with the customers and industry partners and finally let this guide out for all of us. Today morning when I reached office and read J.D.Meier's post, I was really excited looking at the content and reading the first few pages. It has lot of things,...(&lt;a href="http://blogs.msdn.com/azazr/archive/2007/05/24/tfs-guide-know-the-effectice-usage-of-tfs-in-real-world-constraint.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2835221" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author><category term="Team System" scheme="http://blogs.msdn.com/azazr/archive/tags/Team+System/default.aspx" /><category term="Guidance" scheme="http://blogs.msdn.com/azazr/archive/tags/Guidance/default.aspx" /><category term="Project Management" scheme="http://blogs.msdn.com/azazr/archive/tags/Project+Management/default.aspx" /><category term="MSF Agile" scheme="http://blogs.msdn.com/azazr/archive/tags/MSF+Agile/default.aspx" /><category term="MSF CMMI" scheme="http://blogs.msdn.com/azazr/archive/tags/MSF+CMMI/default.aspx" /><category term="Branching guidance" scheme="http://blogs.msdn.com/azazr/archive/tags/Branching+guidance/default.aspx" /><category term="TFS" scheme="http://blogs.msdn.com/azazr/archive/tags/TFS/default.aspx" /><category term="Internet Access TFS" scheme="http://blogs.msdn.com/azazr/archive/tags/Internet+Access+TFS/default.aspx" /><category term="TFS Guide" scheme="http://blogs.msdn.com/azazr/archive/tags/TFS+Guide/default.aspx" /></entry><entry><title>Power Toys is now TFS Power Tool (Try it)</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2007/04/30/power-toys-is-now-tfs-power-tool-try-it.aspx" /><id>http://blogs.msdn.com/azazr/archive/2007/04/30/power-toys-is-now-tfs-power-tool-try-it.aspx</id><published>2007-04-30T15:07:00Z</published><updated>2007-04-30T15:07:00Z</updated><content type="html">Microsoft Visual Studio 2005 Team Foundation Server Power Tool The Microsoft Visual Studio 2005 Team Foundation Server Power Tool (formerly known as Power Toys) is a set of enhancements, tools and command-line utilities that improve the Team Foundation Server user experience. This release includes two new command-line tools for the developer and three non-command line tools: a process template editor, a set of custom check-in policies, and a test tools build task: Team Foundation Server Power Tool...(&lt;a href="http://blogs.msdn.com/azazr/archive/2007/04/30/power-toys-is-now-tfs-power-tool-try-it.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2338623" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author></entry><entry><title>Configuring TFS to use Sharepoint 2007</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2007/04/30/configuring-tfs-to-use-sharepoint-2007.aspx" /><id>http://blogs.msdn.com/azazr/archive/2007/04/30/configuring-tfs-to-use-sharepoint-2007.aspx</id><published>2007-04-30T14:57:00Z</published><updated>2007-04-30T14:57:00Z</updated><content type="html">&lt;H2&gt;Configuring Visual Studio 2005 Team Foundation Server with Windows SharePoint Services 3.0: &lt;A href="http://blogs.msdn.com/bharry/archive/2007/04/17/configuring-tfs-to-use-sharepoint-2007.aspx"&gt;http://blogs.msdn.com/bharry/archive/2007/04/17/configuring-tfs-to-use-sharepoint-2007.aspx&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;Reference: Brian Harry's blog --&amp;gt; &lt;A href="http://blogs.msdn.com/bharry/archive/2007/04/17/configuring-tfs-to-use-sharepoint-2007.aspx"&gt;http://blogs.msdn.com/bharry/archive/2007/04/17/configuring-tfs-to-use-sharepoint-2007.aspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2338578" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author></entry><entry><title>Add New Tab/New Field in WorkItem windows</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2007/04/21/add-new-tab-new-field-in-workitem-windows.aspx" /><link rel="enclosure" type="image/jpeg" length="40169" href="http://blogs.msdn.com/azazr/attachment/2218814.ashx" /><id>http://blogs.msdn.com/azazr/archive/2007/04/21/add-new-tab-new-field-in-workitem-windows.aspx</id><published>2007-04-21T11:08:00Z</published><updated>2007-04-21T11:08:00Z</updated><content type="html">&lt;P style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Export the exiting workitem type (xml)&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.25in"&gt;&lt;U&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Syntax: &lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;witexport /f &amp;lt;filename&amp;gt;.xml /t &amp;lt; Team Foundation Server name &amp;gt; /p &amp;lt;project name&amp;gt; /n &amp;lt;WorkItem Type name&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT: 0.25in"&gt;&lt;U&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Example:&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&amp;nbsp; witexport /f task.xml /t&amp;nbsp;MyTFS&amp;nbsp; /p MyProject /n Task &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;2.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Open the task.xml in an editor&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;A href="http://www.twango.com/m/6491d07114"&gt;&lt;IMG title="image hosting by Twango" height=260 alt="image hosting by Twango" src="http://media.twango.com/m1/large/0052/13687ab8a4d244c9a1b6f323acdc3f3e.jpg" width=512 border=0&gt;&lt;/A&gt; 
&lt;P style="TEXT-INDENT: 0.25in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-no-proof: yes"&gt;&lt;?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /&gt;&lt;v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"&gt;&lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;&lt;v:formulas&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;&lt;v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"&gt;&lt;/v:path&gt;&lt;o:lock aspectratio="t" v:ext="edit"&gt;&lt;/o:lock&gt;&lt;/v:shapetype&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1" mce_keep="true"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;4.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Import the modified workitem type (xml)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.5in" mce_keep="true"&gt;&lt;U&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Syntax:&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt; witimport /f &amp;lt;filename&amp;gt;.xml /t &amp;lt; Team Foundation Server name &amp;gt; /p &amp;lt;project name&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.5in" mce_keep="true"&gt;&lt;U&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Example:&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt; witimport /f task.xml /t&amp;nbsp;MyTFS /p MyProject &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-LEFT: 0.5in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;5.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;Refresh the Team Project and Add a New Task, you should see the changes as follows:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;A href="http://www.twango.com/m/f7fee41ca0" mce_href="http://www.twango.com/m/f7fee41ca0"&gt;&lt;IMG title="image hosting by Twango" height=147 alt="image hosting by Twango" src="http://media.twango.com/m1/medium/0052/0964f02ba3fd406ba619ce7cd546ed64.jpg" width=256 border=0 mce_src="http://media.twango.com/m1/medium/0052/0964f02ba3fd406ba619ce7cd546ed64.jpg"&gt;&lt;/A&gt; 
&lt;P style="MARGIN-LEFT: 0.5in"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-no-proof: yes"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2218814" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author><category term="Customize / Modify the WorkItem Type Window" scheme="http://blogs.msdn.com/azazr/archive/tags/Customize+_2F00_+Modify+the+WorkItem+Type+Window/default.aspx" /></entry><entry><title>Manage access permission of Team Projects in TeamPlain</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2007/04/19/manage-access-permission-of-team-projects-in-teamplain.aspx" /><id>http://blogs.msdn.com/azazr/archive/2007/04/19/manage-access-permission-of-team-projects-in-teamplain.aspx</id><published>2007-04-19T22:40:00Z</published><updated>2007-04-19T22:40:00Z</updated><content type="html">&lt;P&gt;&lt;A href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1443311&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1443311&amp;amp;SiteID=1&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2196093" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author></entry><entry><title>Work with Team System over web</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/azazr/archive/2007/04/19/work-with-team-system-over-web.aspx" /><id>http://blogs.msdn.com/azazr/archive/2007/04/19/work-with-team-system-over-web.aspx</id><published>2007-04-19T21:52:00Z</published><updated>2007-04-19T21:52:00Z</updated><content type="html">TeamPlain Web Access is now available as a free download &amp;lt; http://www.devbiz.com/teamplain/webaccess/download.aspx &amp;gt; to all Team Foundation Server customers. TeamPlain Web Access will be re-released as Team System Web Access as part of the Team Foundation Server Power Tools. Keep watching the blog for this Team System Web Access will be fully integrated into a future version of Visual Studio Team System TeamPlain Web Access: TeamPlain Web Access is a web interface for Team Foundation Server...(&lt;a href="http://blogs.msdn.com/azazr/archive/2007/04/19/work-with-team-system-over-web.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2195857" width="1" height="1"&gt;</content><author><name>azazr</name><uri>http://blogs.msdn.com/members/azazr.aspx</uri></author><category term="Team System Web Access" scheme="http://blogs.msdn.com/azazr/archive/tags/Team+System+Web+Access/default.aspx" /></entry></feed>