Forum Replies Created

Viewing 15 posts - 6,886 through 6,900 (of 11,678 total)

  • RE: A SSIS Design Pattern for Change Data Capture

    chris.j.clague (6/13/2012)


    Really, staging table and a merge statement is all you need (2008+). For 2005 I'd just use a proc to replicate the functionality of the merge statement. SSIS is...

  • RE: SQL Server Browser & DAC

    ako58 (6/13/2012)


    The DAC port is assigned dynamically by SQL Server during startup. When connecting to the default instance, the DAC avoids using a SQL Server Resolution Protocol (SSRP) request to...

  • RE: SSIS Memory Usage in BIDs

    Samuel Vella (6/13/2012)


    Koen Verbeeck (6/13/2012)


    Just reading files, derived columns and saving them to another file? So no blocking transformations in your package?

    It seems odd BIDS needs 1.5Gb for that. On...

  • RE: SSIS Memory Usage in BIDs

    Just reading files, derived columns and saving them to another file? So no blocking transformations in your package?

    It seems odd BIDS needs 1.5Gb for that. On the other hand, I'm...

  • RE: Data is not refreshing in report each time I run the report....

    SSRS uses caching to speed up report execution. My guess is that you're always working on the cache and thus seeing the same results.

    There are some files you can delete...

  • RE: Using hardcoded values is SSIS

    You can also use a derived column component to add new columns with static values.

    But in my opinion, Craig's solution is the most straightforward.

  • RE: SQL Server Browser & DAC

    SQLDBA360 (6/13/2012)


    Couldn't the administrator initiate the DAC with a specific port number?

    Edit: agree with the earlier comments from Koen good question

    Good remark. The admin could have specified the non-default port...

  • RE: ssis environment problem

    I'm not on my machine with SQL Server 2012 right now, but I can remember you can configure the environment in the SQL Server Agent jobstep. Quite similar on how...

  • RE: SSIS 2012 cross project references

    I don't think it is possible to reference packages outside the project without using file connections.

    It would be nice if they added such functionality though.

  • RE: ssis environment problem

    When you link your project to an environment variable, you need to choose one before you start the package. It will not take one by default. It's up to you...

  • RE: A SSIS Design Pattern for Change Data Capture

    Another question:

    you claim the following:

    Efficient in handling large volumes of data

    About how much volume are we speaking here?

    It seems to me that for very large volumes the FULL OUTER JOIN...

  • RE: SQL Server Browser & DAC

    So it can be different, but there is no indication that it will be?

    So there is a chance DAC will succeed for the default instance as it tries port 1434...

  • RE: SSIS no longer writes data to file

    Are you using configurations at some point?

  • RE: SQL Server Browser & DAC

    Nice question.

    The MSDN article Using a Dedicated Administrator Connection says the following:

    SQL Server listens for the DAC on TCP port 1434 if available or a TCP port dynamically assigned upon...

  • RE: A SSIS Design Pattern for Change Data Capture

    A had a quick glance through the article. The title says it's about CDC, but I don't see anything about the change data capture functionality introduced in SQL Server 2008....

Viewing 15 posts - 6,886 through 6,900 (of 11,678 total)