Forum Replies Created

Viewing 15 posts - 31 through 45 (of 49 total)

  • RE: SQL Xpert

    I think you may be referring to a feature of Toad for SQL Server, developed by Quest software.

    There are versions of Toad for Oracle, MySQL and SQL Server (and maybe...

    Kind Regards, Will

  • RE: Parameterised MDX

    One way

    Pass the whole MDX as a string, embedding the parameters

    ="SELECT NON EMPTY { [Measures].[Land Area Controlled] } ON COLUMNS, NON EMPTY CROSSJOIN ( {" & Join(Parameters!Developer.Value,",") &"}, {DESCENDANTS( [Location].[Country].["...

    Kind Regards, Will

  • RE: Dynamic MDX in SSRS

    Your FROM clause requires a cube, not a query.

    You should be supplying the parameterized dimension to either a row, a column or as a contraint

    Kind Regards, Will

  • RE: need information

    Not quite sure what you mean.

    Proclarity was purchased by Microsoft and has effectively been superceded by PerformancePoint Server. I'm not sure you can even still buy Proclarity, which is a...

    Kind Regards, Will

  • RE: Any Update regarding Encription of SSIS Configure File

    ??

    what issue

    Kind Regards, Will

  • RE: Data Warehousing?

    My thoughts are that if you are being asked for a report that contains 100 columns, you can bet that someone somewhere is doing a hell of a lot of...

    Kind Regards, Will

  • RE: export comma delimited data from one source file to two destination tables

    Hmmm... Well this forum is for SQL 2005.... Since when is DTS part of SQL 2005 Business Intelligence ? Try posting in a DTS forum 😉

    Kind Regards, Will

  • RE: export comma delimited data from one source file to two destination tables

    As with most things SSIS, there's more than one way (probably) to skin this cat 😉

    Here's something that worked for me though:

    1. Flat File Source

    The key here is to set...

    Kind Regards, Will

  • RE: MSDN Tutorial vid for Reporting Services

    brukewilliam (8/27/2008)


    I just had a chance to look into SQL Server Reporting Services. We had a debate on what to pick, Crystal Reports or SQL Server Reporting Services. With a...

    Kind Regards, Will

  • RE: MSDN Tutorial vid for Reporting Services

    What error message do you get?

    Kind Regards, Will

  • RE: how to use if condition in oledb source(SSIS)

    Number of ways you could do this, if I understand you correctly.

    One way might be to create the two separate data flows and use a precedence constraint to determine which...

    Kind Regards, Will

  • RE: Installing VS.NET after BIDS

    😀

    Kind Regards, Will

  • RE: Installing VS.NET after BIDS

    I have previously just installed .Net - I didn't need to uninstall BIDS.

    I think that BIDS is effectively .Net with reduced functionality, so effectively all you are doing is an...

    Kind Regards, Will

  • RE: Need SSIS Installed

    You develop SSIS packages within Visual Studio / BIDS (Business Intelligence Development Studio)

    So you need to open either of those 2 programs and under new project, select integration services package...

    Kind Regards, Will

  • RE: SSIS Package Configurations - SQL Server option

    When you set up SSIS package configurations, you get an option to either specify the configuration settings directly or to store them in an enivironment variable.

    Kind Regards, Will

Viewing 15 posts - 31 through 45 (of 49 total)