Forum Replies Created

Viewing 15 posts - 1 through 15 (of 85 total)

  • RE: SSIS Package documentor

    bteague (12/4/2015)


    Sorry. I couldn't release the package outside of our organization.

    The error occurs when you run the script for packages not of 2012 version. Please can you migrate your packages...

  • RE: SSIS Package documentor

    pchelptx (12/4/2015)


    I managed to have the script load the DB with data in the "pkgStats" table. But when running the rest of the script there is no data in the...

  • RE: SSIS Package documentor

    pchelptx (12/3/2015)


    Where you able to run this in SSIS 2008?

    If so would you share how you did it?

    The XML code behind of SSIS pkg slightly differs in 2008. I have...

  • RE: SSIS Package documentor

    bteague (11/30/2015)


    It would appear so. The last run populated PackageXML for the 60 rows that were generated.

    Can you send me one package?

  • RE: SSIS Package documentor

    bteague (11/30/2015)


    I'm not sure how you determine this. We're using the VS 2010 shell distributed with SQL Server 2012.

    This should work. Can you please check if the package xml is...

  • RE: SSIS Package documentor

    bteague (11/25/2015)


    Thanks. I received messages indicating issues with the variable and constraint sections (below). Also, it didn't appear to find any of the scripts in our packages.

    ...

    ------------------------Get all variable details-------------------------------------

    Msg...

  • RE: SSIS Package documentor

    bteague (11/24/2015)


    Testing now. Admittedly, I'm just executing this to see how the results look after one pass. How are subsequent executions managed? Do you have to DELETE rows from the...

  • RE: SSIS Package documentor

    corey lawson (9/1/2015)


    Hmm... not too hard to do a small bit of googling (or better, searching on sqlservercentral.com) for how to ingest an XML file into a xml variable using...

  • RE: SSIS Package documentor

    Misha_SQL (9/2/2015)


    Great work, thank you! One suggestion: it doesn't seem to play well in cases when there are complex multi-line expressions used for various properties. Maybe convert CR/LF...

  • RE: SSIS Package documentor

    Phil Parkin (9/1/2015)


    Good work.

    I have only skimmed the article so far, but one question which came to mind relates to project-level parameters.

    As these are not part of the package DTSX,...

  • RE: SSIS Package documentor

    Phil Parkin (9/1/2015)


    Good work.

    I have only skimmed the article so far, but one question which came to mind relates to project-level parameters.

    As these are not part of the package DTSX,...

  • RE: SSIS Package documentor

    hr_sn (8/31/2015)


    Great article Divya!

    Cheers!

    Thanks for liking..hope it helps you.

  • RE: Building an Incremental Load Package – Level 3

    Andy, I have used BIML in one of my project to create a package dynamically. The script created was using xquery of sql server to generate Biml code by fetching...

  • RE: Procedure Parameter length declaration less than Column length

    If your sp parameter name is always same as the table column named, the query below can be helpful.

    select o.name,p.name as paraname,p.max_length as paralength, t.max_length, OBJECT_DEFINITION(o.object_id) Spdef

    from sys.objects o

    join...

  • RE: Return Count

    kapil_kk (6/30/2014)


    Hi all,

    I have a scenario in which I need to capture count of rows returned by execution of stored procedure.

    I new we can do it declaring OUTPUT parameter to...

Viewing 15 posts - 1 through 15 (of 85 total)