Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 7,164 total)

  • RE: FK created WITH NOCHECK, FK validation for SQL update statements which don't update FK column(s)

    Not sure if there was a misconception but to clarify the WITH NOCHECK option only applies to the initial creation of the FK, not later updates. If the column with...

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

  • RE: How to call a batch file to execute from an SP

    Jeff Moden (3/26/2013)


    Michael L John (3/26/2013)


    Wow. I started a war.

    Do all of you realize that you are saying the same things, but in different contexts?

    Security is not something simple,...

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

  • RE: How to call a batch file to execute from an SP

    Michael L John (3/26/2013)


    Wow. I started a war.

    Do all of you realize that you are saying the same things, but in different contexts?

    Security is not something simple, and to...

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

  • RE: How to call a batch file to execute from an SP

    Jeff Moden (3/26/2013)


    opc.three (3/25/2013)


    Jeff Moden (3/25/2013)


    opc.three (3/24/2013)


    You're still hung up on 'external attackers.' The point is, xp_cmdshell is a blunt tool that cannot be audited and allows people to run...

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

  • RE: How to call a batch file to execute from an SP

    Jeff Moden (3/26/2013)


    opc.three (3/26/2013)


    Not only are you crass in your delivery but your advice is irresponsible and dangerous. Please keep the mischaracterizations to yourself. You're doing a disservice to the...

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

  • RE: SetSPN

    When running the service as a named domain account the SPN must be registered to the domain account which is why you do not see it when you ask to...

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

  • RE: Update query is taking longer time

    If you post the Actual execution plan for one of your long running updqtes that would help too.

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

  • RE: Update query is taking longer time

    Alone (3/25/2013)


    Hi ,

    it was 90.

    I had a couple other questions too. What was the data type of the column you were updating and what was the nature of the...

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

  • RE: How to call a batch file to execute from an SP

    Not only are you crass in your delivery but your advice is irresponsible and dangerous. Please keep the mischaracterizations to yourself. You're doing a disservice to the community and are...

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

  • RE: Import .txt file into SQL Table - Not working!

    It is worth noting that the solution provided requires you enable xp_cmdshell, which is disabled by Microsoft by default when you install SQL Server and for good reason. Enabling it...

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

  • RE: How to call a batch file to execute from an SP

    *yawn*

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

  • RE: How to call a batch file to execute from an SP

    Sergiy (3/25/2013)


    opc.three (3/25/2013)


    What gave you that impression?

    Lack of answers on direct questions from me and Jeff.

    You have nothing to support your words.

    Seriously, where are you going with it Sergiy?...

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

  • RE: How to call a batch file to execute from an SP

    Sergiy (3/25/2013)


    opc.three (3/25/2013)


    Sergiy (3/25/2013)


    When one does not want to admit of being wrong he's resotring to personal attacks.

    😛 You just made my point for me. I think we're done here...

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

  • RE: Trace/Log Transaction Rollback

    The SQL is only doing what it is told to do by the .NET, i.e. to end the session because the .NET gave up waiting and closed it's connection. There...

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

  • RE: Trace/Log Transaction Rollback

    Greg Shinder (3/25/2013)


    Hello,

    I am looking for a good (if any) way to log the event of transaction rollback. I'am on SQL2008 R2 Standart.

    Situation:

    Transaction is opened from .NET application. Request timed...

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

Viewing 15 posts - 1,411 through 1,425 (of 7,164 total)