April 15, 2003 at 8:44 am
Greetings,
can anybody explain to me why this query
INSERT INTO tblhbest1(UnternehmenID, Handelsobjekt) SELECT UnternehmenID, Handelsobjekt FROM view1
receives a
Server: Msg 8623, Level 16, State 2, Line 1
Interner Fehler des Abfrageprozessors: Der Abfrageprozessor konnte keinen Abfrageplan erzeugen. (I guess in English it's ...cannot create execution plan)
Any help is appreciated!
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
April 15, 2003 at 11:11 am
This seems to me like a problem related to service pack
Try the following link
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B235401
April 16, 2003 at 1:26 am
Hi,
thanks for reply. I read the article, corrected the index on the table and it works.
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply