<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>BIDS Helper</title><link>http://bidshelper.codeplex.com/project/feeds/rss</link><description>A Visual Studio add-in with features that extend and enhance business intelligence development functionality in SQL Server 2005, 2008, and 2008 R2 BI Development Studio &amp;#40;BIDS&amp;#41; and SQL Server 2012 SQL Server Data Tools &amp;#40;SSDT&amp;#41;.</description><item><title>New Post: Tabular Translations Editor with Excel Services</title><link>http://bidshelper.codeplex.com/discussions/444851</link><description>&lt;div style="line-height: normal;"&gt;I have installed the tabular translations editor and can successfully created translated column names for my tabular model. When I deploy and subsequently browse the model using SSMS I can see the translated column names when I select the relevant language in the SSMS browser.&lt;br /&gt;
&lt;br /&gt;
However, I cannot see the translated column names from with Sharepoint using IE9. I have set IE9 to French and see the Sharepoint pages translated into French but my Excel file that references the tabular model still displays the field list in the original language. Do I actually need to install a French language pack on my Windows 7 machine or should setting IE to French permit me to view the column names in French?&lt;br /&gt;
&lt;br /&gt;
Many thanks&lt;br /&gt;
&lt;br /&gt;
Graham Goodwin&lt;br /&gt;
&lt;/div&gt;</description><author>Gooders</author><pubDate>Fri, 24 May 2013 08:14:07 GMT</pubDate><guid isPermaLink="false">New Post: Tabular Translations Editor with Excel Services 20130524081407A</guid></item><item><title>Commented Unassigned: Idea: Partition generator [34072]</title><link>http://bidshelper.codeplex.com/workitem/34072</link><description>We often have to create partitions, it would be nice to generate them in BIDS. This would save us a lot of time.&lt;br /&gt;Comments: ** Comment from web user: DanielBos ** &lt;p&gt;The thing is that I sometimes want to generate 20 or 30 partitions instead of creating them manually. This would save me a lot of time (indeed, I mean a wizzard-like approach). &lt;/p&gt;&lt;p&gt;But you're right, I could solve this using AMO. I will work this out today.&lt;/p&gt;&lt;p&gt;Thank you for your reply!&lt;/p&gt;</description><author>DanielBos</author><pubDate>Wed, 22 May 2013 07:15:05 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Idea: Partition generator [34072] 20130522071505A</guid></item><item><title>Commented Unassigned: Idea: Partition generator [34072]</title><link>http://bidshelper.codeplex.com/workitem/34072</link><description>We often have to create partitions, it would be nice to generate them in BIDS. This would save us a lot of time.&lt;br /&gt;Comments: ** Comment from web user: dgosbell ** &lt;p&gt;BIDS already has a UI for creating partitions. So I assume you are talking about some sort of wizard approach that would generate partitions. Are you able to provide more details about how you would see this working? &lt;/p&gt;&lt;p&gt;In my experience the most common pattern is to generate a date based partitioning scheme and we only generate a template partition in BIDS and then dynamically add partitions as part of our ETL. We would not want to have to re-deploy from BIDS in order to add new partitions, so I'm not sure what sort of scenario you have in mind.&lt;/p&gt;</description><author>dgosbell</author><pubDate>Tue, 21 May 2013 23:18:00 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Idea: Partition generator [34072] 20130521111800P</guid></item><item><title>Commented Issue: BIML: Package references with project deployment does not work [33872]</title><link>http://bidshelper.codeplex.com/workitem/33872</link><description>I use the following simple biml file&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;Biml xmlns&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.varigence.com&amp;#47;biml.xsd&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;PackageProjects&amp;#62;&lt;br /&gt;        &amp;#60;PackageProject Name&amp;#61;&amp;#34;PackageProject1&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;Packages&amp;#62;&lt;br /&gt;                &amp;#60;Package PackageName&amp;#61;&amp;#34;Child&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                &amp;#60;Package PackageName&amp;#61;&amp;#34;Parent&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Packages&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;PackageProject&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;PackageProjects&amp;#62;&lt;br /&gt;    &amp;#60;Packages&amp;#62;&lt;br /&gt;        &amp;#60;Package Name&amp;#61;&amp;#34;Child&amp;#34; ConstraintMode&amp;#61;&amp;#34;Parallel&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Package&amp;#62;&lt;br /&gt;        &amp;#60;Package Name&amp;#61;&amp;#34;Parent&amp;#34; ConstraintMode&amp;#61;&amp;#34;Parallel&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;Tasks&amp;#62;&lt;br /&gt;                &amp;#60;ExecutePackage Name&amp;#61;&amp;#34;EPT_Child&amp;#34;&amp;#62;&lt;br /&gt;                    &amp;#60;Package PackageName&amp;#61;&amp;#34;Child&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;ExecutePackage&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Tasks&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Package&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;Packages&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;Biml&amp;#62;&lt;br /&gt;&lt;br /&gt;When using this file in BIDS helper 1.6.2 &amp;#40;Visual Studio 2010&amp;#41;, the parent package is generated using an external reference. What I need is a project reference so everything will work after deploying the project to a production server.&lt;br /&gt;Comments: ** Comment from web user: in2bi ** &lt;p&gt;&lt;br&gt;In Master:&lt;br&gt;&amp;lt;ExecutePackage Name=&amp;quot;EPT_Child&amp;quot;&amp;gt;							&amp;lt;ExternalProjectPackage Package=&amp;quot;EPT_Child.dtsx&amp;quot; /&amp;gt;		&lt;br&gt;&amp;lt;/ExecutePackage&amp;gt;&lt;br&gt;Works for me...&lt;br&gt;You wont need the PackageProjects Node since you allready have a project in Visula Studio.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description><author>in2bi</author><pubDate>Tue, 21 May 2013 08:14:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: BIML: Package references with project deployment does not work [33872] 20130521081414A</guid></item><item><title>Created Unassigned: Idea: Partition generator [34072]</title><link>http://bidshelper.codeplex.com/workitem/34072</link><description>We often have to create partitions, it would be nice to generate them in BIDS. This would save us a lot of time.&lt;br /&gt;</description><author>DanielBos</author><pubDate>Tue, 21 May 2013 06:55:29 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Idea: Partition generator [34072] 20130521065529A</guid></item><item><title>New Post: Tabular Translation Editor</title><link>http://bidshelper.codeplex.com/discussions/444028</link><description>&lt;div style="line-height: normal;"&gt;Thanks for your answer furmangg.&lt;br /&gt;
Too bad I didn’t get the answer I was hoping for ;).&lt;br /&gt;
I guess we will have to wait and see if translation will come to Taular models in the next SQL Server release. &lt;br /&gt;
&lt;br /&gt;
Between the options you mention, option number two is exactly what I was looking for. So if you will develop something like this into BIDS Helper that would be something that I love to see.&lt;br /&gt;
&lt;br /&gt;
Thanks for a good addon&lt;br /&gt;
&lt;br /&gt;
BR&lt;br /&gt;
Magnus&lt;br /&gt;
&lt;/div&gt;</description><author>Mangla</author><pubDate>Mon, 20 May 2013 06:31:20 GMT</pubDate><guid isPermaLink="false">New Post: Tabular Translation Editor 20130520063120A</guid></item><item><title>New Post: Tabular Translation Editor</title><link>http://bidshelper.codeplex.com/discussions/444028</link><description>&lt;div style="line-height: normal;"&gt;Thanks for your answer furmangg.&lt;br /&gt;
Too bad I didn’t get the answer I was hoping for ;).&lt;br /&gt;
I guess we will have to wait and see if translation will come to Taular models in the next SQL Server release. &lt;br /&gt;
&lt;br /&gt;
Between the options you mention, option number two is exactly what I was looking for. So if you will develop something like this into BIDS Helper that would be something that I love to see.&lt;br /&gt;
&lt;br /&gt;
Thanks for a good addon&lt;br /&gt;
&lt;br /&gt;
BR&lt;br /&gt;
Magnus&lt;br /&gt;
&lt;/div&gt;</description><author>Mangla</author><pubDate>Mon, 20 May 2013 06:31:20 GMT</pubDate><guid isPermaLink="false">New Post: Tabular Translation Editor 20130520063120A</guid></item><item><title>Commented Issue: BIML: Package references with project deployment does not work [33872]</title><link>http://bidshelper.codeplex.com/workitem/33872</link><description>I use the following simple biml file&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;Biml xmlns&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.varigence.com&amp;#47;biml.xsd&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;PackageProjects&amp;#62;&lt;br /&gt;        &amp;#60;PackageProject Name&amp;#61;&amp;#34;PackageProject1&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;Packages&amp;#62;&lt;br /&gt;                &amp;#60;Package PackageName&amp;#61;&amp;#34;Child&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                &amp;#60;Package PackageName&amp;#61;&amp;#34;Parent&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Packages&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;PackageProject&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;PackageProjects&amp;#62;&lt;br /&gt;    &amp;#60;Packages&amp;#62;&lt;br /&gt;        &amp;#60;Package Name&amp;#61;&amp;#34;Child&amp;#34; ConstraintMode&amp;#61;&amp;#34;Parallel&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Package&amp;#62;&lt;br /&gt;        &amp;#60;Package Name&amp;#61;&amp;#34;Parent&amp;#34; ConstraintMode&amp;#61;&amp;#34;Parallel&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;Tasks&amp;#62;&lt;br /&gt;                &amp;#60;ExecutePackage Name&amp;#61;&amp;#34;EPT_Child&amp;#34;&amp;#62;&lt;br /&gt;                    &amp;#60;Package PackageName&amp;#61;&amp;#34;Child&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;                &amp;#60;&amp;#47;ExecutePackage&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Tasks&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;Package&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;Packages&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;Biml&amp;#62;&lt;br /&gt;&lt;br /&gt;When using this file in BIDS helper 1.6.2 &amp;#40;Visual Studio 2010&amp;#41;, the parent package is generated using an external reference. What I need is a project reference so everything will work after deploying the project to a production server.&lt;br /&gt;Comments: ** Comment from web user: nheberley ** &lt;p&gt;this one really hurts out development using 2012, I know the whole team is keen to see this one completed.&lt;/p&gt;</description><author>nheberley</author><pubDate>Mon, 20 May 2013 03:40:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: BIML: Package references with project deployment does not work [33872] 20130520034049A</guid></item><item><title>New Post: Tabular Translation Editor</title><link>http://bidshelper.codeplex.com/discussions/444028</link><description>&lt;div style="line-height: normal;"&gt;Glad you're finding this feature useful.&lt;br /&gt;
&lt;br /&gt;
Currently SSAS doesn't support getting translations from a database. And BIDS Helper doesn't either.&lt;br /&gt;
&lt;br /&gt;
Given the SQL Server team has promised a release every 2-3 years, I'm hoping we'll start to see CTP (beta versions) of the next version of SQL Server in the next 6 months. I'm curious to know if they will choose to tackle translations for Tabular models. I'd kind of like to wait and see before investing any more in this feature in BIDS Helper.&lt;br /&gt;
&lt;br /&gt;
If they don't, I'd be curious if people have a thought on which would be more helpful:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;
Be able to export Translations to an Excel spreadsheet which can be handed to a less skilled language expert for filling in the translations... then import the Excel sheet back into BIDS Helper.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;
Specify a certain SQL query result format (such as ObjectType (table, column, etc.), ObjectName, Language, CaptionTranslation, DisplayFolderTranslation (or something like this) then let the BIDS Helper user write such a SQL query to return that info to from their table structures.&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
Feedback welcome.&lt;br /&gt;
&lt;/div&gt;</description><author>furmangg</author><pubDate>Sat, 18 May 2013 01:30:49 GMT</pubDate><guid isPermaLink="false">New Post: Tabular Translation Editor 20130518013049A</guid></item><item><title>New Post: Tabular Translation Editor</title><link>http://bidshelper.codeplex.com/discussions/444028</link><description>&lt;div style="line-height: normal;"&gt;Glad you're finding this feature useful.&lt;br /&gt;
&lt;br /&gt;
Currently SSAS doesn't support getting translations from a database. And BIDS Helper doesn't either.&lt;br /&gt;
&lt;br /&gt;
Given the SQL Server team has promised a release every 2-3 years, I'm hoping we'll start to see CTP (beta versions) of the next version of SQL Server in the next 6 months. I'm curious to know if they will choose to tackle translations for Tabular models. I'd kind of like to wait and see before investing any more in this feature in BIDS Helper.&lt;br /&gt;
&lt;br /&gt;
If they don't, I'd be curious if people have a thought on which would be more helpful:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;
Be able to export Translations to an Excel spreadsheet which can be handed to a less skilled language expert for filling in the translations... then import the Excel sheet back into BIDS Helper.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;
Specify a certain SQL query result format (such as ObjectType (table, column, etc.), ObjectName, Language, CaptionTranslation, DisplayFolderTranslation (or something like this) then let the BIDS Helper user write such a SQL query to return that info to from their table structures.&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
Feedback welcome.&lt;br /&gt;
&lt;/div&gt;</description><author>furmangg</author><pubDate>Sat, 18 May 2013 01:30:49 GMT</pubDate><guid isPermaLink="false">New Post: Tabular Translation Editor 20130518013049A</guid></item><item><title>New Post: Tabular Translation Editor</title><link>http://bidshelper.codeplex.com/discussions/444028</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I have just installed BIDS Helper to get access to the translation part for a Tabular Model and it works pretty well. &lt;br /&gt;
&lt;br /&gt;
But I have a question is it possible to import the metadata into Tabular Translation Editor so I don’t have to write them in manually for every language I create? I already have a DB with the correct definition for each table, column and measure that I like to import for the different languages.&lt;br /&gt;
&lt;br /&gt;
BR&lt;br /&gt;
Magnus&lt;br /&gt;
&lt;/div&gt;</description><author>Mangla</author><pubDate>Fri, 17 May 2013 10:53:58 GMT</pubDate><guid isPermaLink="false">New Post: Tabular Translation Editor 20130517105358A</guid></item><item><title>New Post: Tabular Translation Editor</title><link>http://bidshelper.codeplex.com/discussions/444028</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I have just installed BIDS Helper to get access to the translation part for a Tabular Model and it works pretty well. &lt;br /&gt;
&lt;br /&gt;
But I have a question is it possible to import the metadata into Tabular Translation Editor so I don’t have to write them in manually for every language I create? I already have a DB with the correct definition for each table, column and measure that I like to import for the different languages.&lt;br /&gt;
&lt;br /&gt;
BR&lt;br /&gt;
Magnus&lt;br /&gt;
&lt;/div&gt;</description><author>Mangla</author><pubDate>Fri, 17 May 2013 10:53:58 GMT</pubDate><guid isPermaLink="false">New Post: Tabular Translation Editor 20130517105358A</guid></item><item><title>Closed Feature: SSIS: emit an informational message when a variable has an expression defined and EvaluateAsExpression = False [30484]</title><link>http://bidshelper.codeplex.com/workitem/30484</link><description>from http&amp;#58;&amp;#47;&amp;#47;twitter.com&amp;#47;billinkc&amp;#47;status&amp;#47;55368790208290816&lt;br /&gt;</description><author>furmangg</author><pubDate>Thu, 16 May 2013 11:56:13 GMT</pubDate><guid isPermaLink="false">Closed Feature: SSIS: emit an informational message when a variable has an expression defined and EvaluateAsExpression = False [30484] 20130516115613A</guid></item><item><title>Closed Issue: Edit Variable Expression --&gt; Exception [33291]</title><link>http://bidshelper.codeplex.com/workitem/33291</link><description>Hi,&lt;br /&gt;&lt;br /&gt;In one of my packages I&amp;#39;m getting an exception when trying to use the BIDS Helper variable expression editor. If I open a new project and create a variable, it works fine. Image of error is attached.&lt;br /&gt;Using Win7 Enterprise SP1, SSDT &amp;#40;SQL 2012&amp;#41;, BIDS Helper 1.6.1 &amp;#40;used exe installer&amp;#41;. &lt;br /&gt;&lt;br /&gt;What info can I provide about the package, what&amp;#39;s relevant for this kind of error&amp;#63; I tried different names and types of variables, always same exception.&lt;br /&gt;</description><author>furmangg</author><pubDate>Thu, 16 May 2013 11:56:08 GMT</pubDate><guid isPermaLink="false">Closed Issue: Edit Variable Expression --&gt; Exception [33291] 20130516115608A</guid></item><item><title>Reviewed: BIDS Helper 1.6.3 (May 15, 2013)</title><link>https://bidshelper.codeplex.com/releases/view/104665#ReviewBy-ilman</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Very helpful...&amp;#33;&amp;#33; </description><author>ilman</author><pubDate>Thu, 16 May 2013 04:48:10 GMT</pubDate><guid isPermaLink="false">Reviewed: BIDS Helper 1.6.3 (May 15, 2013) 20130516044810A</guid></item><item><title>Commented Issue: Error When Deploying Tabular models [34025]</title><link>http://bidshelper.codeplex.com/workitem/34025</link><description>When deploying a tabular model. I receive the error &amp;#34;Can&amp;#39;t get Sandbox&amp;#33; at BIDShelp.TabularActionsEditor.Plugin.EXEC&amp;#40;&amp;#41;&amp;#34; &lt;br /&gt;&lt;br /&gt;I can get to the BIDS Help Tabular Actions Editor by right clicking on the model in solution explorer&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;VS Environment Info attached.&lt;br /&gt;Comments: ** Comment from web user: furmangg ** &lt;p&gt;I think I've got this fixed in the source code and the fix will be in the next release.&lt;/p&gt;</description><author>furmangg</author><pubDate>Fri, 03 May 2013 03:28:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error When Deploying Tabular models [34025] 20130503032829A</guid></item><item><title>Source code checked in, #102667</title><link>http://bidshelper.codeplex.com/SourceControl/changeset/changes/102667</link><description>fixing issue 34025&amp;#58; Upon deploying a Tabular model, getting a &amp;#34;Can&amp;#39;t get Sandbox&amp;#33;&amp;#34; error</description><author>furmangg</author><pubDate>Fri, 03 May 2013 03:27:59 GMT</pubDate><guid isPermaLink="false">Source code checked in, #102667 20130503032759A</guid></item><item><title>Commented Issue: Error When Deploying Tabular models [34025]</title><link>http://bidshelper.codeplex.com/workitem/34025</link><description>When deploying a tabular model. I receive the error &amp;#34;Can&amp;#39;t get Sandbox&amp;#33; at BIDShelp.TabularActionsEditor.Plugin.EXEC&amp;#40;&amp;#41;&amp;#34; &lt;br /&gt;&lt;br /&gt;I can get to the BIDS Help Tabular Actions Editor by right clicking on the model in solution explorer&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;VS Environment Info attached.&lt;br /&gt;Comments: ** Comment from web user: furmangg ** &lt;p&gt;The only way I've been able to reproduce this is by going to Solution Explorer and Ctrl-clicking References and Model.bim so that both are highlighted. Once I do that, when I go to the Build menu and do a Build, it tells me actions were lost then gives me the error message you mentioned above.&lt;/p&gt;&lt;p&gt;In studying the code, it could be made a bit less prone to errors. I'll work on that.&lt;/p&gt;&lt;p&gt;The code loops through all the items in Solution Explorer, finds the *.bim file, selects it and makes sure the designer window is open, then checks whether actions have been lost. If they have been lost, then it calls some code that relies on the .bim file being the first item selected in Solution Explorer.&lt;/p&gt;&lt;p&gt;If you can provide any further details about exactly what's selected in Solution Explorer and exactly where you click to deploy the model, then that may help me ensure I've got your scenario covered.&lt;/p&gt;&lt;p&gt;The workaround for now is to manually open the Tabular Actions Editor. It should warn you that stuff has been lost. Then click OK to save the restored actions. That should restore actions and allow you to deploy without it running into the current problem during deployment.&lt;/p&gt;&lt;p&gt;Thanks for reporting the problem.&lt;/p&gt;</description><author>furmangg</author><pubDate>Fri, 03 May 2013 03:05:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error When Deploying Tabular models [34025] 20130503030504A</guid></item><item><title>Created Issue: Error When Deploying Tabular models [34025]</title><link>http://bidshelper.codeplex.com/workitem/34025</link><description>When deploying a tabular model. I receive the error &amp;#34;Can&amp;#39;t get Sandbox&amp;#33; at BIDShelp.TabularActionsEditor.Plugin.EXEC&amp;#40;&amp;#41;&amp;#34; &lt;br /&gt;&lt;br /&gt;I can get to the BIDS Help Tabular Actions Editor by right clicking on the model in solution explorer&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;VS Environment Info attached.&lt;br /&gt;</description><author>Chattabaugh</author><pubDate>Thu, 02 May 2013 15:15:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Error When Deploying Tabular models [34025] 20130502031514P</guid></item><item><title>Commented Issue: Delete Dataset Cache Files Not appearing [33137]</title><link>http://bidshelper.codeplex.com/workitem/33137</link><description>Hi,&lt;br /&gt;&amp;#160;&lt;br /&gt;In both 2005 and 2008 versions if you have a solution, and inside that you have solution folders to organise projects - then any of the projects inside do not have the &amp;#34;Delete Dataset Cache Files&amp;#34; options.  Any projects directly under the main solution have this option.&lt;br /&gt;&amp;#160;&lt;br /&gt;Dan&lt;br /&gt;Comments: ** Comment from web user: MRMurdock ** &lt;p&gt;I am having the same issue with the following details:&lt;br&gt;* Visual Studio 2010&lt;br&gt;* BIDS Helper 1.6.3.0 [April 11, 2013]&lt;br&gt;* Report projects inside a solution folder do not display the &amp;quot;Delete Dataset Cache Files&amp;quot; option&lt;br&gt;* Report projects in the root of the solution DO display the &amp;quot;Delete Dataset Cache Files&amp;quot; option&lt;/p&gt;</description><author>MRMurdock</author><pubDate>Thu, 25 Apr 2013 13:47:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: Delete Dataset Cache Files Not appearing [33137] 20130425014753P</guid></item></channel></rss>