Re: xplog70.dll

From: szv584 via SQLMonster.com (u14900_at_uwe)
Date: 10/18/05

  • Next message: Miha: "SQL Service Pack4 problems?"
    Date: Tue, 18 Oct 2005 09:34:21 GMT
    
    

    Hi Sue!

    We call it by using the extended procudure xp_cmdshell. From what we have
    found out so far, there seems to be some problems with the patchMS05-051 and
    maybe that is our problem. I give you the link below. If you have any other
    ideas, they are more then welcome.

    Regards
    Björn
    http://news.com.com/Critical+Windows+patch+may+wreak+PC+havoc/2100-1002_3-5896041.html?tag=nefd.top

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

    Sue Hoegemeier wrote:
    >What extended stored procedure are you calling from
    >xplog70.dll? You wouldn't really (shouldn't really) be
    >calling the dll directly but rather one of the extended
    >stored procedures in that dll.
    >
    >-Sue
    >
    >>Hi!
    >>
    >[quoted text clipped - 29 lines]
    >>Thank's in advance
    >>Bjorn

    -- 
    Message posted via SQLMonster.com
    http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-security/200510/1
    

  • Next message: Miha: "SQL Service Pack4 problems?"

    Relevant Pages

    • Re: DBD::Sybase and $sth->{syb_result_type} v. DBD::ODBC (Sql Server)
      ... write output parameters and return a value. ... individual operations in the procedure by calling odbc_more_results. ... Things get a little more complex for what I guess Sybase calls CS_MSG_RESULT ... the status from a stored procedure was ...
      (perl.dbi.users)
    • Re: xplog70.dll
      ... What extended stored procedure are you calling from ... >I have a job that executes a DTS-package which in turn call a store procedure ...
      (microsoft.public.sqlserver.security)
    • Re: Foreign key constraints problem in SNC SQL Native client
      ... calling one stored procedure before calling dw_1.update method. ... stored procedure system is trying to delete parent data from Table A. ... rows from table B before deleting the related rows from A. ...
      (microsoft.public.sqlserver.connect)
    • Re: ntext/>8K as OUTPUT param
      ... You can create a temporary table in the calling stored procedure, ... > very complex and needs to EXEC some sql which cannot be done in a UDF. ... > I have found some references to calling a COM .dll using sp_OA*, ...
      (microsoft.public.sqlserver.programming)
    • Re: Best practice
      ... > Best coding strategies for calling stored procedures from ASP.NET. ... > objOracleParameterSTATUS = new System.Data.OracleClient.OracleParameter ... > So on the whole we are setting 9 properties for a single parameter and if ... > this stored procedure accepts 10 parameters, then this process has to be ...
      (microsoft.public.dotnet.framework.aspnet)