Forum Replies Created

Viewing 15 posts - 4,336 through 4,350 (of 7,164 total)

  • RE: Difference Between bpool_visible & max server memory

    When committed reaches target, visible will reach that same level. Visible and target match on all my instances except 1. Why are you concerned about the visible value? Or just...

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

  • RE: Dynamic sorting; ASC VS DESC

    Makes sense. Thanks for clarifying.

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

  • RE: Stored Procedure taking more time to execute (Sql Server 2005)

    You still have not provided an actual execution plan. You can save a plan as a .sqlplan file and attach it to the thread.

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

  • RE: Dynamic sorting; ASC VS DESC

    Chrissy321 (4/25/2012)


    Thanks all. I think having a usable execution plan is going to take precedent in this case so an IF...ELSE block

    would be my best bet.

    This is not a paging...

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

  • RE: Load Data using SSIS Regularly

    Is the identity column present in the destination? If so you could start your package with an Execute SQL Task to find the MAX value in the destination. Then, using...

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

  • RE: Schema Qualified object Name

    You're welcome! I am happy you got a working solution 🙂

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

  • RE: Schema Qualified object Name

    Did you set it to "on change prevent"? Did you enable it after creation?

    If you cannot get it, export the policy and attach it to this thread and I'll have...

    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)


    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 bytes so...

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

  • RE: function/code ??

    OK, that sounds more sane. I could have understood the example not being representative in terms of the actual characters used, but having the number of characters not be representative...

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

  • RE: Dynamic sorting; ASC VS DESC

    I have to throw out a blanket-statement here...sorting is expensive and should be left to the presentation layer where possible. The key being where possible, which leaves me an out...

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

  • RE: function/code ??

    MisLead (4/24/2012)


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

    http://msdn.microsoft.com/en-us/library/cc194789.aspx

    Yes, Windows uses a double-byte character set internally, with encoding UCS-2...which is the same encoding SQL Server...

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

  • RE: Want to confirm setup to be able to backup to UNC

    Re: security holes in pass-through auth (leverages NTLM) existed until recently. Make sure your OS is patched:

    Microsoft Security Bulletin MS10-012 - Important > Vulnerabilities in SMB Server Could Allow Remote...

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

  • RE: List of users in windows group

    EXEC sys.xp_logininfo

    @acctname = 'domain_name\group_name',

    @option = 'members'

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

  • RE: function/code ??

    MisLead (4/24/2012)


    ....

    Oh Ok. I don't think that serves the purpose then.Let me try to explain you better of the requirement because I think you know this thing well.

    Input

    ???(JAPANESE)--------------------SQL FUNCTION/CODE---------------- ...

    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)


    opc.three (4/24/2012)


    What is the data encoded in to start with? If they are truly multi-byte characters, i.e. Unicode on something other than plane-0, then you...

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

Viewing 15 posts - 4,336 through 4,350 (of 7,164 total)