Forum Replies Created

Viewing 15 posts - 541 through 555 (of 7,164 total)

  • RE: Best way to merge two large client databases

    Thanks for conforming. It sounds like a pretty routine data migration project but some of the concerns mentioned earlier are going to be a challenge, specifically with the user-provided content...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: IF Statement with Insert

    IF @@SERVERNAME = 'ORLANDO-SURFACE\SQL2012'

    BEGIN

    INSERT INTO Table1

    VALUES ('some_value', 'some_value', 'some_value', 'some_value');

    END;

    ELSE

    BEGIN

    EXEC sys.sp_executesql

    ...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Header and Detail Data

    Jeff Moden (1/13/2016)


    Orlando Colamatteo (1/12/2016)


    Where it will have trouble is if the header and detail lines need to have different lengths which is why I asked the OP for the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Header and Detail Data

    Attached is a zip file containing three files:

    1. TestData.sql is a script that will build two tables and some test data in tempdb

    2. SSIS Package (InterleaveHeaderAndFooter.dtsx file) that will interleave...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Header and Detail Data

    Where it will have trouble is if the header and detail lines need to have different lengths which is why I asked the OP for the file-descriptor info.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Problem - Calling a Powershell Script from Execute Process Task

    That does not compute...when an Execute Process Task cannot find the executable at all you should see an error like:

    Error: 0xC0029154 at Execute Process Task, Execute Process Task: File/Process "C:\MyFolder\Some.exe"...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Header and Detail Data

    Anyway, here is a resultset with the data in a fixed-width format and you can tweak it from here. If the header and detail lines need to have different total...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Best way to merge two large client databases

    MMartin1 (1/12/2016)


    Orlando Colamatteo (1/12/2016)


    MMartin1 (1/12/2016)


    Orlando Colamatteo (1/12/2016)


    titsiros (1/12/2016)


    The reason for the merge is because one client acquired the other and they don't want to maintain separate systems.

    I know it's...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Best way to merge two large client databases

    MMartin1 (1/12/2016)


    Orlando Colamatteo (1/12/2016)


    titsiros (1/12/2016)


    The reason for the merge is because one client acquired the other and they don't want to maintain separate systems.

    I know it's a grand task...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Best way to merge two large client databases

    titsiros (1/12/2016)


    The reason for the merge is because one client acquired the other and they don't want to maintain separate systems.

    I know it's a grand task because the db...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Header and Detail Data

    Did they provide any guidance on the file-format itself (column order and width) or can we safely derive that from the table defs?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Best way to merge two large client databases

    Greg Edwards-268690 (1/12/2016)


    michael.welcome (1/11/2016)


    If you want and even more difficult task, try explaining to management types why this is not simple and easy thing to do.

    Adding a fixed amount to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Permissions on Log Shipping Secondary

    lmarkum (1/12/2016)


    1. Add Logins for BI team to primary instance

    2. Add Users to relevant databases for BI Team Logins and grant permissions to new Users

    3. Drop Logins from primary instance...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: how to encapsulate 2 sequence containers between begin commit transaction statements; with rollback if either fail

    I think you are looking for the RetainSameConnection property on the Connection Manager. If you set that to True all connections to that data source in the course of your...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS pkg using ODBC Connection is TIMING OUT with: ERROR [HY000] The request timed out after '15' seconds.

    Note post was several months old ...

    I would recommend contacting the vendor if you can't get it sorted. y fiahing through theor documentation or doing trial and error testing with...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 541 through 555 (of 7,164 total)