Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 11,678 total)

  • RE: SSIS: Dynamically map metadata in a Data Flow Task

    aaron.reese (11/27/2014)


    I would also like to see template inheritance so that packages that are generated with a particular template can be updated by updating the template.

    That would be totally awesome.

  • RE: SSIS: Dynamically map metadata in a Data Flow Task

    aaron.reese (11/27/2014)


    @Koen,

    Yes, you can check the dtsx packages and their project into source control but the cool things that SCC gives you are negated by the way that BIML builds...

  • RE: SSIS: Dynamically map metadata in a Data Flow Task

    aaron.reese (11/27/2014)


    BIML has some limitations: build and version numbers are not incremented and the GUID for the package changes each time so putting the packages into source code control has...

  • RE: Thanksgiving 2014

    kaspencer (11/27/2014)


    When you have an Americo-centric question like this, you should provide an alternative, such as one based on St. Georges Day or similar. (OK, so then you'd need St...

  • RE: Thanksgiving 2014

    Sean Pearce (11/27/2014)


    Koen Verbeeck (11/27/2014)


    Sean Pearce (11/27/2014)


    There are two correct answers.

    Hence the checkboxes 😉

    Epic comprehension failure.

    MOAR COFFEE! 😀

  • RE: Are the posted questions getting worse?

    It's time to allow for moderators (privileged forum users) to be able to delete spam.

    Most of the succesful forums/boards/whatever have this. Just not SQLServerCentral.

    I think as long as the SQLServerCentral...

  • RE: Thanksgiving 2014

    Sean Pearce (11/27/2014)


    There are two correct answers.

    Hence the checkboxes 😉

  • RE: Issue while runing the SSIS package pkg.Execute

    You need to install Integration Services. You can do this with the SQL Server set-up.

    You don't need to install SQL Server itself.

  • RE: Thanksgiving 2014

    Woohoo 7 points! 😎 :w00t:

    Happy Thanksgiving to our USA friends.

    And don't kill each other tomorrow...

  • RE: MY package dont work ??!!! Why

    riyaziq (11/26/2014)


    Thanks Koen for the suggestion.

    The query I had in mind was incomplete. It should be like this:

    ALTER TABLE [Table Name] ADD AUTOID INT IDENTITY(1,1)

    DELETE FROM [Table Name]...

  • RE: Index Behaviour

    Hugo Kornelis (11/26/2014)


    DrKiller (11/20/2014)


    Would the first query not use the clustered index?

    It makes no sense why it would even consider the non-clustered index

    Good question, though the explanation is a bit...

  • RE: MY package dont work ??!!! Why

    riyaziq (11/26/2014)


    Koen Verbeeck (11/26/2014)


    riyaziq (11/25/2014)


    As Lowell pointed out, you are inserting duplicate primary key values into the table which is not permitted.

    You need to add a 'Sort' component in your...

  • RE: MY package dont work ??!!! Why

    riyaziq (11/25/2014)


    As Lowell pointed out, you are inserting duplicate primary key values into the table which is not permitted.

    You need to add a 'Sort' component in your Data Flow task.Right...

  • RE: IF EXISTS vs @@ROWCOUNT

    Nice question, thanks.

  • RE: Using SQL Server Stored Procedures in SSIS Data Flow Sources

    beakdan (11/25/2014)


    Koen Verbeeck (11/25/2014)


    Why not simply use EXECUTE WITH RESULT SETS?

    Oh, that's because many of us still have to use procedures executing in versions previous to MSSQL2012.

    Thank you for reading...

Viewing 15 posts - 1,321 through 1,335 (of 11,678 total)