Forum Replies Created

Viewing 15 posts - 3,991 through 4,005 (of 7,164 total)

  • RE: How to delete by object of SSIS (SQL 2008 R2) ?

    How many rows is your query trying to delete? What else is happening on that table while you are running your delete? Are you running the delete in a transaction...

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

  • RE: AWE Changed - Maintenance Plan not working

    It sounds like you did not do all the steps or you may not have a current enough build. What does this return on your system:

    SELECT SERVERPROPERTY('Edition') AS Edition,

    ...

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

  • RE: Help with sp_help ( HOw do you capture the output to a table )

    If all you are looking for are insert statements generated from an existing table then I would recommend the SSMS Tools Pack:

    Generate Insert statements from resultsets, tables or databases

    Insert statements...

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

  • RE: How to insert/update/delete into destination table

    pradeep.mohan (5/22/2012)


    you mean 'Data conversion' component using next to multicast (OLE DB Source --> Multicast --> Data Conversion --> OLE DB Commend)

    It will depend on the destinations. If all destinations...

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

  • RE: How to insert/update/delete into destination table

    pradeep.mohan (5/22/2012)


    In my package source table and destination table datatype is different.

    So is it possible to transfer the data from Source to Destination?

    Yes. Look into using the Data Conversion transformation...

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

  • RE: Hash Partitioning

    What I see a lot of people chasing when thinking about implementing partitioning is 'partition parallelism'. The idea that if a query asks for data from multiple partitions were parallelized...

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

  • RE: Hash Partitioning

    So would you say this is simply one area where the concept does not transfer from Oracle to SQL Server? Oracle touts partitioning as a way to improve performance by...

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

  • RE: Hash Partitioning

    GilaMonster (5/19/2012)


    You are highly unlikely to achieve anything other than adding complexity and wasting time. Partitioning is not a performance optimisation (mostly), it's for ease of maintenance, loading and deleting...

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

  • RE: SSIS 2K8 script task to CLR function

    Uripedes Pants (5/17/2012)


    opc.three -

    you've helped me before and I really appreciate you and all the good folks on this forum. sorry it took so long for me...

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

  • RE: SSIS - File Watcher Task

    Jeff, your comments helped settle me down. It's nice to have a timeline now on when I might see the article accepted and potentially published. Thanks as always for all...

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

  • RE: SSIS - File Watcher Task

    Jeff Moden (5/18/2012)


    Any idea when the first one is coming out, Orlando?

    I do not. I have not received any feedback since submitting the article earlier this week. This being my...

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

  • RE: SSIS - File Watcher Task

    Raunak Jhawar (5/18/2012)


    I want to do one. One fo you and one for me 😛

    Well, I was going to do three that build on one another so it would be...

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

  • RE: SSIS - File Watcher Task

    Raunak Jhawar (5/18/2012)


    I can take one on 'File Watcher Task", but will this article describe more about .NET classe "FileSystemWatcher" or any other task or .NET class in particular?

    I got...

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

  • RE: European character causes error when importing Flat File UTF-8 code page with Ragged right format

    Well I can confirm the issue in BIDS 2008 (IS v10.50.2806.0). I looked at your test file and the BOM and EOLs are correct. I also checked the small e...

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

  • RE: Help with sp_help ( HOw do you capture the output to a table )

    EXEC sys.sp_helptext

    @objname = N'dbo.sp_help';

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

Viewing 15 posts - 3,991 through 4,005 (of 7,164 total)