Forum Replies Created

Viewing 15 posts - 856 through 870 (of 7,164 total)

  • RE: problem

    This might help get you started:

    http://thesqldev.wordpress.com/2013/03/23/iterate-over-databases-using-ssis-part-2/

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

  • RE: Do I have to use a stored procedure in exe SQL task to use a parameter?

    Are you convinced you require a round trip to the database server at all?

    If your example reflects the true need and the SSIS Package runs on the same machine as...

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

  • RE: Today's Random Word!

    SQLRNNR (8/2/2013)


    Revenant (8/2/2013)


    batgirl (8/2/2013)


    jasona.work (8/2/2013)


    SQLRNNR (8/2/2013)


    convent

    Nuns

    Sister Act

    Whoopi

    Goldberg

    (and not the whoopi kind)

    Rube

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

  • RE: Query hangs on table variable

    christopher_rogala (7/31/2013)


    Let me start off by saying, I agree that temp tables are much more efficient that variable tables; and try to exclusively use temp tables. That said, you...

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

  • RE: SSIS package works in BIDS Fails in In SQL AGent and Store

    Verify network connectivity?

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

  • RE: SSIS package works in BIDS Fails in In SQL AGent and Store

    Is the dL4 server reachable from your SQL Server, networking-wise? If your design time server is not and you are using a Package Configuration make sure you have DelayValidation set...

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

  • RE: SSIS - Transfer SQL Server Objects Task - Performance

    It's also worth experimenting with the buffer size and rows settings of your Data Flow:

    http://msdn.microsoft.com/en-us/library/ms141031(v=sql.105).aspx

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

  • RE: SSIS package works in BIDS Fails in In SQL AGent and Store

    Are the dL4 drivers installed on the server?

    If yes, then is your server 64-bit? If so, are your dL4 drivers 32-bit or 64-bit drivers?

    If 32-bit, make sure you're Agent job...

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

  • RE: Powershell for network path

    ryan 8226 (7/28/2013)


    I chose to use the newer PowerShell command "Set-Location c:" instead, which does the same thing.

    By the way, cd is not a different, older command than Set-Location, it's...

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

  • RE: Powershell for network path

    That's what I do too, and recommend on 2008 R2 but I was hopeful with the change in the approach to PowerShell steps introduced in 2012 that the user experience...

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

  • RE: Powershell for network path

    It must have had something to do with the switch in SQL Agent 2008 to 2012 from them dropping us into a mini-shell versus dropping us into a full blown...

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

  • RE: Today's Random Word!

    SQLRNNR (7/26/2013)


    bcsims 90437 (7/26/2013)


    Daniel Bowlin (7/26/2013)


    crookj (7/26/2013)


    SQLRNNR (7/25/2013)


    The Dixie Flatline (7/25/2013)


    SQLRNNR (7/25/2013)


    Revenant (7/25/2013)


    L' Eomot Inversé (7/25/2013)


    SQLRNNR (7/25/2013)


    REDNECK

    B3 deficiency?

    Pellagra

    Alabama Clay

    Georgia Peaches

    Don't ever cross them - you could be in a world...

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

  • RE: Incremental Loading using sqlserver 2008

    This is more of an engineering problem related to Oracle, not SQL Server. Does Oracle have anything analogous to SQL Server Change Tracking or Change Data Capture?

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

  • RE: Powershell error - Ok in ISE , fails in Agent job

    You cannot send output to the Out-Host when using a PowerShell step type. Long story, but PowerShell steps in Agent 2008 are not full shell. In Agent 2012 the experience...

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

  • RE: Force SQL jobs to run serially, not in parallel

    Download the backup solution from ola.hallengren.com and you can schedule a single call to his stored procedure to backup all databases sequentially in one job step.

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

Viewing 15 posts - 856 through 870 (of 7,164 total)