Forum Replies Created

Viewing 15 posts - 4,306 through 4,320 (of 7,164 total)

  • RE: function/code ??

    MisLead (4/26/2012)


    opc.three (4/26/2012)


    I think MisLead (ironic name given the conversation, no? :-D) wants to store the data as NVARCHAR, but wants to provide an interface for this legacy app to...

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

  • RE: Dynamic Excelsheet Importing Multiple tables

    I think you will need to do all of this in a Script Task using the Excel Object Model to inspect each Excel Workbook to iterate over the Worksheet collection,...

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

  • RE: rename file task inside for each loop container

    Here is a video on how to do the same...sometimes with SSIS it helps to see someone develop it realtime:

    Looping Through and Loading Files with SSIS

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

  • RE: msdb database growth

    If it is not causing you trouble in terms of disk space, then there is no harm in leaving it as is. Backups will only write the actual data, so...

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

  • RE: Update-Insert Trigger how to fire after all rows are updated

    Peter Lavelle-397610 (4/25/2012)


    Hi pandionk1977,

    What you have is a recursive trigger.

    After an Insert or Update to table Blanco_B2 you are running another 3 Updates to table Blanco_B2 which will each fire...

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

  • RE: Security - Access

    durai nagarajan (4/26/2012)


    can i add individual accounts in sql and block there access will this work.

    Tthe query you have given is not giving the administatrors name but still they have...

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

  • RE: function/code ??

    I think MisLead (ironic name given the conversation, no? :-D) wants to store the data as NVARCHAR, but wants to provide an interface for this legacy app to get that...

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

  • RE: SQL Server Locking Up

    Also, can you please provide the version, edition and bitness of your OS and SQL Server instance?

    And the results of this query:

    -- memory overview

    SELECT CAST(physical_memory_in_bytes / (1024.0 * 1024.0...

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

  • RE: WAN failover

    I have not tried any third-party solutions for SQL Server HA. I'll just throw this out there, if you're thinking of buying into a third-party product the as part of...

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

  • RE: How to dynamically select a db based on data in another db's column

    That design is pure evil! Dynamic SQL has it limits in terms of how much you should do before the codebase becomes unmaintainable...and I fear you would be pressing to...

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

  • RE: Security - Access

    durai nagarajan (4/25/2012)


    Hello,

    I have to revoke all sql server access (DB,SSIS,Agent , SSAS(About to start the service)) for the built in administrator /domain admin.

    There is no way to completely prevent...

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

  • RE: Unable to create a plan guide for a SELECT statement inside a stored procedure

    Very cool. I have considered plan guides to help with issues brought in by third-party apps, but have never had to implement one as a different path to resolve the...

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

  • RE: function/code ??

    Lynn Pettis (4/25/2012)


    I am still waiting to here the reason for all this work? What is the case for doing it? What other alternatives are there that would...

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

  • RE: function/code ??

    MisLead (4/24/2012)


    opc.three (4/24/2012)


    MisLead (4/24/2012)


    opc.three (4/24/2012)


    MisLead (4/24/2012)


    Please refer this. Its exactly what i mean-if you still have some time

    I could see if you wanted to tear apart ? into two separate...

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

  • RE: Commit - rollback

    GilaMonster (4/25/2012)


    opc.three (4/25/2012)


    GilaMonster (4/25/2012)


    opc.three (4/25/2012)


    Yes. If the error was such that it left the transaction in a state where it cannot be rolled back

    A transaction can never be in a...

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

Viewing 15 posts - 4,306 through 4,320 (of 7,164 total)