Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Dynamic report parameters

    Thanks for the response. I assume you are talking about doing this via a query string. Unfortunately, i can't so this because of query string size limitations. I pass way...

  • RE: how to loop string in sql

    ahh gees thanks guys I knew I left something stupid out.

  • RE: What should I do with my log files

    Ok thanks guys all of your information was helpful.

  • RE: Partition question

    Thanks

  • RE: Partition question

    the view is as follows

    CREATE VIEW [dbo].[VIEW_FACT_SALESDATA]

    AS

    SELECT * FROM [dbo].[Z_FACT_SALESDATA_2000]

    UNION ALL

    SELECT * FROM [dbo].[Z_FACT_SALESDATA_2002]

    UNION ALL

    SELECT * FROM [dbo].[Z_FACT_SALESDATA_2003]

    UNION ALL

    SELECT * FROM [dbo].[Z_FACT_SALESDATA_2004]

    UNION ALL

    SELECT * FROM [dbo].[Z_FACT_SALESDATA_2005]

    UNION ALL

    SELECT *...

Viewing 5 posts - 1 through 5 (of 5 total)