Forum Replies Created

Viewing 15 posts - 511 through 525 (of 582 total)

  • RE: Using ADSI to find locked out users

    nevermind I have found it. It is specifying the use of bitwise filter.

    for anyone else who is interested

    http://support.microsoft.com/kb/269181

    thanks for the help.

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Using ADSI to find locked out users

    This works great and is better then my solution because it does not need UDF.

    Would you happen to have a reference for the numbers after userAccountControl? I am the...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Using ADSI to find locked out users

    I have figured out how to get disabled users out of the useraccesscontrol value. When converted to binary the second bit signifies whether account is enabled or disabled. So with...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Using ADSI to find locked out users

    I have just realized that I am trying to find the wrong value. What i wanted it disabled users, not locked users. I have found which attribute has this info...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Using ADSI to find locked out users

    I cannot just use lockouttime attribute as is because when doing so as in the query below, I receive the following error.

    Cannot get the data of the row from the...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Is it possible to record when a blocking lock occurs?

    Erm ... If the process is blocked it can not do anything ... putting code in the blocked procs would not work.

    I didn't think that one all the way through...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Is it possible to record when a blocking lock occurs?

    I have one suggestion that wouldn't involve polling. What about adding the check if process is blocked and timing inside the stored procs you are trying to time. You would...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Is it possible to record when a blocking lock occurs?

    Unfortunately the blocked process report event does not exist in 2000. You are posting in the 2005 form so even though, looking back, I see you stated you were on...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Is it possible to record when a blocking lock occurs?

    You could setup a trace on the blocked process report event and have that trace logged to a table. This event doesn't trigger immediately but only after the process...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Is it possible to record when a blocking lock occurs?

    check out this link

    http://support.microsoft.com/default.aspx?scid=kb;en-us;271509#kb2

    It explains how to write blocks to a file but im sure the process can be modified to write to a table. It creates a store proc,...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: sql server 2005 sp2

    1. the integration services....isn't that the business intelligence development

    Analysis services is business intelligence, integration services is for ETL(Extract,Transform,Load) which can be used for BI but is not exclusive to...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: sql server 2005 sp2

    If you are on version 9.0.1399 (which is RTM) you need to have integration services installed an running to create maintenance plans. If you upgrade your server to Service pack...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: how to find autogrow status

    sysfiles has mostly the same info in 2000

    http://doc.ddart.net/mssql/sql70/sys-f.htm

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: how to find autogrow status

    check out sys.database_files system view.

    http://msdn.microsoft.com/en-us/library/ms174397(SQL.90).aspx

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Insufficient Memory to run query

    I have not yet changed the -g switch setting because I wanted to be sure that it would help before doing so. The setting was in place when I started...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

Viewing 15 posts - 511 through 525 (of 582 total)