There is probably a simple answer to this question but I do not have much experience with SQL Server/SSAS. I can connect to my local server PCNAME\\SQLEXPRESS in SQL Server 2008. On that server I have
I need to run custom code from SSIS script component. As I know it support开发者_开发问答s .NET 2-3.5.
I have written this code to implement an SSIS control flow task that fetches a file over HTTP: using System;
Initial Request: Create hierarchies over customer names and product descriptions. Problem:I created several similar hierarchies and the product description hierarchy is not visible in Excel
I am new to analysis services and data cubes.I inherited someone else\'s project, and I am using BIDS 2005.The company I work for recen开发者_C百科tly relocated my analysis database to another server-
I have an SSIS Package that is scheduled to export data on a daily basis.I have a few Tasks that I\'d like to execute only on the first day of the month.It is important that these Task开发者_Go百科s a
Say I have a data field (call it Results.MyString) that looks like this in a text box in my report: Some text here for all to read.
I am trying to add an optional filter on a text field in a report. I have tried setting it up in the dataset but it treats it as a required filter so if it is not populated, no results are returned. I
I have a RDL report and on one of the Textboxes in the Tablix I have a reference to another report in the current project.
we have multiple ssis 开发者_如何学Pythonpackages that need to be deployed on server .. is there a way to install all these together, perhaps?Yes you can create a Deployment Manifest which will let yo