Forum Replies Created

Viewing 15 posts - 76 through 90 (of 3,232 total)

  • RE: Report Runs in Studio but not on SSRS

    The only difference that could happen between running this in SSMS and via SSRS would be in the parameter values. I'd start your troubleshooting efforts there. Make sure...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: "VS_NEEDSNEWMETADATA" error when using dynamic connection string

    Your seeing a validation warning. You can either add a default value to your variable that you know exists (and then SSIS will validate against it and have it's...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: stored procedure parameter issue

    This is a pretty simple task if I'm reading your requirements correctly. Before we all do the work for you, can you show us what you've tried and the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: why we should delete old data and what could be the chunk size for delete 2.5 million records

    Good stuff Jeff. I never worked with a DB large enough to really consider partitioning until after 2005 when table partitioning came out and I've worked primarily in Enterprise...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Building BI from Scratch!

    I've built BI solutions from the ground up for years. One thing I'd like to point out relevant to the previous conversation is that the project I've been on...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: why we should delete old data and what could be the chunk size for delete 2.5 million records

    Yes, I should have been more clear. This will not help w/ the existing delete, it was a suggestion to make the operation much simpler in the future.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: why we should delete old data and what could be the chunk size for delete 2.5 million records

    In addition to what Hugo has stated, you may consider looking into partitioning your table by date (month) if you can. This requires Enterprise Edition, but it would give...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Importing Excel Workbook with multiple tabs using SSIS

    If you have a separate data flow for each tab, you don't need to store them in a variable because they don't change. Just add the value (DT_STR,50,1252)"Your Tab...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Importing Excel Workbook with multiple tabs using SSIS

    I'm confused as to why you need a for each loop to read in one file. You said that you have a new file each day. Where the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Importing Excel Workbook with multiple tabs using SSIS

    Dhivya Elan (4/20/2016)


    Hello All,

    I have recently started using SSIS, and have been exploring various transformations trying to make the best use of them. I currently have a requirement where in,...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Trouble deploying a package to MSDB

    Phil Parkin (4/19/2016)


    John Rowan (4/19/2016)


    Are you using the .ispac file for deployment?

    I'm sure you know this, but ispac files get deployed only to SSISDB (as far as I know).

    I think...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Trouble deploying a package to MSDB

    Are you using the .ispac file for deployment?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: White Space delimited file

    Try out what Scott has suggested. I have not tried it myself, but his theory seems good. I've had to deal with some pretty crazy files over the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: How do I Update Existing Rows and Insert New Rows?

    MERGE would do if you wanted to use TSQL, but if you want to do this in SSIS, you'll need to do one of the following:

    1. Use a Lookup Transformation...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Searching in Parameters

    Create a Parameter for your report. On the parameter setup Available Values tab, select 'Specify Values' and add your values in. This will populate the drop down for...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 76 through 90 (of 3,232 total)