Re: major bug in SQL 2000
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 05/13/04
- Next message: harshal mistry: "Re: sql server alias"
- Previous message: UmutN: "RE: sql server alias"
- In reply to: Franc v/d Westelaken: "Re: major bug in SQL 2000"
- Next in thread: Greg Linwood: "Re: major bug in SQL 2000"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 May 2004 12:51:04 +0200
If you post a complete repro script, we can try it on our SQL Servers and see if it reproduces...
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp "Franc v/d Westelaken" <fvdwestelaken@hotmail.com> wrote in message news:40a35050.87859203@msnews.microsoft.com... > Hi, > > this is the SQL statement I'm using: > > SELECT TOP 100 PERCENT dbo.tblWoningen.*, dbo.Huren.*, > dbo.tblPuntenTotaal.*, > dbo.Woningen.Perceel AS Expr1 > FROM dbo.Woningen LEFT OUTER JOIN > dbo.Huren ON > dbo.Woningen.Perceel = dbo.Huren.Perceelnr# LEFT > OUTER JOIN > dbo.tblPuntenTotaal ON dbo.Woningen.Perceel = > dbo.tblPuntenTotaal.VHE_nummer > ORDER BY dbo.Woningen.Perceel > > Franc. > > >Can we see your code please. > > > >J > > > > > >>-----Original Message----- > >>I have screenshots available fot those interested. So far > >I've found 4 > >>views which were affected. They were all based on the > >same tables. I > >>ran a dbcc checkdb and no error are reported on the > >database. > >> > >>Franc. > >> > >>>Hi, > >>> > >>>today I discovered a major and dangerous bug in SQL > >server. I've > >>>created a view with many fields. When looking in the > >design manager > >>>everything looks fine. However when I use the view, one > >of the column > >>>headings is missing and the column names are shift to > >the left. The > >>>values however are still on their own place. This > >results in a major > >>>issue that the values appear under the wrong column. In > >design view > >>>everything looks fine, but when you open the query it > >display the > >>>wrong values. Thus: > >>> > >>>In design view it looks like this: > >>> > >>>Field1 Field2 Field3 Field4 > >>>1 2 3 4 > >>> > >>>When opening the query it looks like this: > >>> > >>>Field1 Field3 Field4 > >>>1 2 3 > >>> > >>>How the hell is this possible. Changing one thing in the > >view saving > >>>it again and then opneing it, everything is fine. But > >how do I know > >>>which views are affected ? > >>> > >>>Franc. > >> > >>. > >> >
- Next message: harshal mistry: "Re: sql server alias"
- Previous message: UmutN: "RE: sql server alias"
- In reply to: Franc v/d Westelaken: "Re: major bug in SQL 2000"
- Next in thread: Greg Linwood: "Re: major bug in SQL 2000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|