Forum Replies Created

Viewing 15 posts - 7,276 through 7,290 (of 11,678 total)

  • RE: Batch Processing in SSIS

    I forgot:

    if the source and destination table are on the same server, you can replace the DELETE statement with a trigger as an alternative.

  • RE: Batch Processing in SSIS

    Don't forget to do the parameter mapping in the OLE DB source:

    SSIS – Pass a variable to a OLE DB Source in a Data Flow

    [/url]

    This can be a bit buggy...

  • RE: Trim in SSIS

    Charmer (4/19/2012)


    Yeah, i get the same result with trim and without trim...

    but some times i see the columns have spaces in front of the values.....in this case i hope i...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (4/19/2012)


    LOL, SSMS! That shows how distracted I was when I posted. : -) Sorry about that.

    I'll seek permission to get it installed. This is just development assistance, right?...

  • RE: Trim in SSIS

    It's not really efficient to join on two different datatypes.

    Ideally you would convert to char column to varchar or vice versa.

    The behaviour of SQL Server and white space can depend...

  • RE: Trim in SSIS

    Charmer (4/19/2012)


    Koen Verbeeck (4/19/2012)


    sam.dahl (4/19/2012)


    hmm, maybe I was encountering tab characters. If the SQL trim removes tabs that would be consistent with what I saw.

    The problem is that MSDN is...

  • RE: ssis error "cannot detach from one or more processes"

    Mikalina (4/19/2012)


    Ok, thank you for your help! I learned something new today

    But how can one see the package process when running it with DTEXEC? I mean which task ended, which...

  • RE: ssis error "cannot detach from one or more processes"

    Mikalina (4/19/2012)


    Are you saying it's not recommended to run ssis by clicking on "Execute package"?

    I sure did run some selects, the main table seems fine and so is row...

  • RE: VPN Connection Via SSIS

    suresh.arumugham (4/18/2012)


    Hi,

    I have to establish a VPN connection to a remote server first, then connect SFTP to transfer files from there. I am able to connect the VPN in SSIS...

  • RE: Transaction isolation

    SQLRNNR (4/19/2012)


    There needs to be more questions on isolation levels.

    Looking at the current score, certainly. 32% for Read Committed.

    If Snapshot Isolation was one of the answers, I would understand a...

  • RE: Batch Processing in SSIS

    I wouldn't use a For Each, but a for loop, as you know upfront how many batches of 500 rows you need to transfer.

    In the OLE DB Source, I would...

  • RE: SQL Express 2012 with tools

    robsindle (4/18/2012)


    I just downloaded the SQL Server Express 2012 with tools. It was a 686MB file called:

    SQLEXPRWT_x64_ENU.exe

    Does that contain all we need to install it on a 64-bit server...

  • RE: ssis error "cannot detach from one or more processes"

    Mikalina (4/19/2012)


    I have no idea what DTEXEC is, and what do you mean by "run a package with production purposes"? Sorry i'm just a newbie at this.

    I didn't build this...

  • RE: Trim in SSIS

    sam.dahl (4/19/2012)


    hmm, maybe I was encountering tab characters. If the SQL trim removes tabs that would be consistent with what I saw.

    The problem is that MSDN is not really explicit...

Viewing 15 posts - 7,276 through 7,290 (of 11,678 total)