Forum Replies Created

Viewing 15 posts - 226 through 240 (of 256 total)

  • RE: Number of SA login tries

    Thank you all for your time. If the login has the "Enforced password policy" checked then if the windows server has a value under LocalSecurityPolicy\SecuritySettings\AccountPolicies\AccountLockoutPolicy\AccountLockoutThreshold

    then the login will take on...

  • RE: Number of SA login tries

    Hello Ninja,

    Thank you for your response. I will take it as there is no such thing as locking the SA account after # of logins in...

  • RE: Number of SA login tries

    A security company is trying to use sa account to hack on to our sql server and they say after 6 tries it locks out the account. My question is,...

  • RE: Creating CURSOR

    Hi GSquared,

    Why didn't I think of that? You are a true SQL developer. Thank you for your time.

  • RE: Creating CURSOR

    Hi Ten,

    That is a great idea, except that I have a variable in the order by clause like:

    ORDER BY d.PurchaseOrderQty ' + @OrderBy + ' ,UserNumeric1'...

  • RE: Creating CURSOR

    Hi SS,

    The rest of the code is as you can assume:

    END

    FETCH NEXT FROM RandomUser_CURSOR INTO ...

  • RE: Error Handling

    Mahesh,

    Sorry I did not see your post earlier. The problem was that I am using Microsoft Applcation block and it was timing out. So as soon...

  • RE: Error Handling

    Mahesh,

    Thanks for your response. The err: label looks like following:

    err:

    print @Step

    I am debugging the Stored proc and stepping thru line by line. As soon as there...

  • RE: Error Handling

    Thanks, SSRookie.

  • RE: Restoring database from another server

    Thank you, that worked.

  • RE: Primary key violation

    Matt,

    This is exactly what I thought, but since this is automatic, I don't know what to do. The reason for me to use ADODC is so...

  • RE: Primary key violation

    There is no way I can disable the PK, the DBA will kill me.

  • RE: Primary key violation

    Keith,

    Like I wrote earlier, if I fill the primary key column in the grid and then click on row above of below the current row then...

  • RE: Primary key violation

    Shamsudheen,

    Thank you so much for your prompt reply, I have to fix this issue urgently. Here is my stored proc

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE Procedure [dbo].[DS_GetProductsByFilter]

    @FieldName...

  • RE: Primary key violation

    Shamsudheen,

    Thanks for your reply. You are correct in your understanding. I cannot directly connect to a table because it is a join query.

    Thanks,

    Ram.

Viewing 15 posts - 226 through 240 (of 256 total)