Re: Error using QA
From: Stefaan Dewulf (StefaanDewulf_at_discussions.microsoft.com)
Date: 07/01/04
- Next message: ylona schneider: "SQLSTATE = 23000 error"
- Previous message: Italy: "Run same query"
- In reply to: Steve Kass: "Re: Error using QA"
- Next in thread: Steve Kass: "Re: Error using QA"
- Reply: Steve Kass: "Re: Error using QA"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Jul 2004 05:19:01 -0700
When I run the sql:
select count(*) ... I get the counter with no column name
when I change the sql:
select(select count(*) ...) as a
Then I get the error message:
Server: Msg 8624, Level 16, State 13, Line 1
Internal SQL Server error.
"Steve Kass" wrote:
> Stefaan,
>
> This error is most often due to a bug. If you found a knowledge base
> article that corresponds to your particular situation, the next step is
> probably to contact Microsoft Product Support to request the hotfix. If
> you want another opinion on whether you have actually encountered a bug,
> in which case the normal product support fee would possibly be waived,
> feel free to provide some information about what caused the error, and
> also give the output you see when you run
>
> select @@version
>
> Steve Kass
> Drew University
>
> Stefaan Dewulf wrote:
>
> >I keep getting the following error, but the sql is OK.
> >I found something about the problem on the support site
> >but did not find the hot fix.
> >
> >Server: Msg 8624, Level 16, State 13, Line 1
> >Internal SQL Server error.
> >
> >Please help,
> >Stefaan
> >
> >
>
>
- Next message: ylona schneider: "SQLSTATE = 23000 error"
- Previous message: Italy: "Run same query"
- In reply to: Steve Kass: "Re: Error using QA"
- Next in thread: Steve Kass: "Re: Error using QA"
- Reply: Steve Kass: "Re: Error using QA"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|