Re: Problems with new security patch....

From: Johnnie Miami (johnnie_miami@yahoo.com)
Date: 10/25/02


From: "Johnnie Miami" <johnnie_miami@yahoo.com>
Date: Fri, 25 Oct 2002 11:33:24 -0400


Hi Arvind!
    After we installed the patch we had problems with queries of this nature
It through errors like:

Microsoft OLE DB Provider for SQL Server error '80040e14'

SqlDumpExceptionHandler: Process 51 generated fatal exception c0000005
EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.

Here is a sample query. I have changed the fieldnames, tablenames to keep
things private.
Select D.EID, D.EName, P.PID, d.TID From (Select E.EID, E.EName, te.TID From
MyETable E, MYTETable TE Where TE.EID = E.EID And TE.TID =" &
Trim(tRs.Fields(0)) & ") D
Left Outer Join (SELECT * FROM MYPETable WHERE PID = " & projectID & ") P ON
D.EID = P.EID AND d.TID = p.TID

Queries like this had been running since May. Once we broke these queries
up we did not get the errors.

Thanks.

"Arvind Krishnan[MS]" <arvindk@online.microsoft.com> wrote in message
news:#MDmUWueCHA.2672@tkmsftngp11...
> Johnnie,
> Would it be possible for you to post a script that would help me reproduce
> this problem?
>
> --
> Thanks,
> Arvind Krishnan
> SQL Server Development Team
> Microsoft Corporation
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> "Johnnie Miami" <johnnie_miami@yahoo.com> wrote in message
> news:#W5j2udeCHA.2548@tkmsftngp10...
> > Since apply the new Elevation of Privilege in SQL Server Web Tasks
> > (Q316333)(Microsoft Security Bulletin MS02-061), we have nested
subqueries
> > that are no longer working. These queries are now throwing this error:
> >
> > Microsoft OLE DB Provider for SQL Server error '80040e14'
> >
> > SqlDumpExceptionHandler: Process 51 generated fatal exception c0000005
> > EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process.
> >
> > Anyone else experience this?
> >
> > This is on SQL Server 2000.
> > - Johnnie
> >
> >
>
>



Relevant Pages

  • Re: convert function
    ... > Microsoft OLE DB Provider for SQL Server error '80040e07' ... > Disallowed implicit conversion from data type varchar to data type ...
    (microsoft.public.inetserver.asp.general)
  • sp_Start_Job confuses job_id with job_name?
    ... Microsoft OLE DB Provider for SQL Server error '80040e14' ...
    (microsoft.public.data.ado)
  • Problems with new security patch....
    ... Since apply the new Elevation of Privilege in SQL Server Web Tasks ... that are no longer working. ... These queries are now throwing this error: ... Microsoft OLE DB Provider for SQL Server error '80040e14' ...
    (microsoft.public.sqlserver.security)
  • Re: The best elegant solution to override 65k rows limit in a sheet
    ... Access ships with MSDE.. ... >SQL Server Books Online (again-- Access ships with freeware SQL Server ... better ways to achieve their results through queries. ...
    (microsoft.public.excel)
  • Re: Official Status of SQLServer 2005 ADP
    ... solution might be to use ADP. ... With MDB and Linked tables, the only ways of accelerating things are the use ... of Views and the cumbersome use of SQL passthrough queries. ... > SQL Server, and carry on using Access like I aways had. ...
    (microsoft.public.access.adp.sqlserver)