RE: How to find owner of objects

From: Kevin McDonnell [MSFT] (kevmc_at_online.microsoft.com)
Date: 01/15/04

  • Next message: Deborah Bohannon: "Re: How to find owner of objects"
    Date: Thu, 15 Jan 2004 21:59:14 GMT
    
    

    The problem you're running into is not actually a SQL issue rather a error
    returning information from the DC.
    See the following kb article;

    241643 PRB: 8198 Error Message Returned from Job Owned by Windows NT
    http://support.microsoft.com/?id=241643

    Changing the job ownership to a standard SQL account forces a change in
    code path, which doesn't require a query to the DC.

    Each job can be changed to make the job owner someone other than the
    domain\user in Enterprise Manager.

    Thanks,

    Kevin McDonnell
    Microsoft Corporation

    This posting is provided AS IS with no warranties, and confers no rights.


  • Next message: Deborah Bohannon: "Re: How to find owner of objects"

    Relevant Pages

    • RE: Committing Changes made to MDB files via an ODBC connection
      ... 195408 PRB: Specifying View KeyField Sets Other Fields Updateable ... Send SQL Updates is Checked but Data Not Saved ... Purchase VFP8 here: ... >wrapping the code in BEGIN TRANSACTION/END TRANSACTION commands. ...
      (microsoft.public.fox.programmer.exchange)
    • RE: Update Conflict
      ... SQL PassThrough, a remote view, or a cursoradapter? ... 177062 PRB: Update Conflict When Key Field Is Not Unique in Remote View ...
      (microsoft.public.fox.programmer.exchange)
    • Re: DBMS and lisp, etc.
      ... Naively implemented with SQL, again for 10 ... (1 query for the initial orders, 1 query for each order for its ... soon as you upgrade to the SQL database. ... (eq (order-customer orderA) ...
      (comp.lang.lisp)
    • Re: Populating a list -- table structure?
      ... I had made a report already and figured out about adding the ... your responce below, but thanks to your help with SQL, I was able to get the ... It takes a summary from a select query and gives the ... KitID, long integer ...
      (microsoft.public.access.forms)
    • How do I do Paging through a large dataset via Stored Procedures
      ... Paging by dynamically altering the SQL Query ... Create stored procedures ... SELECT * FROM STUDENTS ...
      (microsoft.public.dotnet.framework.adonet)