That was not my intention. I didn't mean "hacked" as in "hacker-attack". I
meant it as in "some dba, with proper permissions, performed an unsupported
and stupid operation".
If you have control of security, and know who have sa permissions, you can
disregard my guess. (I doubt that my speculation would work that way
anyhow...).
But basically, SQL Server should _not_ behave like you describe...
--
Tibor Karaszi
MCDBA, MCSE, MCSD, MCT, SQL Server MVP
Cornerstone Sweden AB
Please reply to the newsgroup only, not by email.
> Hacked! Tibor, you fritended me. If there exist a way to make a SQL Server
> behave like this, most of our projects are in dangerous. Because, our
> project have lots of storedprocedures and all of them are
case-insensitive.
> Now I don't know which one will refuse to work at someday.
> What suggestion do you have?
> Thanks
> Sidney
> > Sidney,
> > This is strange indeed. It shouldn't behave this way. There's no SET
> > parameter or similar to control this. Only way I can think of if is
> someone
> > hacked you installation (hacked sysconfigures and managed to get the
> server
> > started).
> > --
> > Tibor Karaszi
> > MCDBA, MCSE, MCSD, MCT, SQL Server MVP
> > Cornerstone Sweden AB
> > Please reply to the newsgroup only, not by email.
> > > Hi, somebody help me.
> > > I use SQL Server 6.5, originally installed as codepage Chinese 936,
and
> > case
> > > insensitive. Everything is OK before
> > > last week, I found that my SQL server is now data case-insensitive and
> > > storedprocedure identifier case-sensitive.
> > > INSERT TMP
> > > ('COLUMN1')VALUES('A')
> > > SELECT * FROM tmp WHERE column1 = 'a' -- can be selected and data
> > > case-insensitive
> > > but
storedprocedure
> > > identifier case sensitive
> > > Does anyone encounted this before? Is this a bug or I just SET some
> hidden
> > > system var , which I don't know.
> > > Before this problem occur, I have installed SQL Server7.0 on the same
> > > machine and test data import and export.
> > > Then switch back to SQL Server 6.5. Is this the reason?
> > > BTW: another SQL Server in same room, encounted the same problem
> > yesterday.
> > > but That machine is pure 6.5, never installed 7.0
> > > I've searched in the SQL documents, but find no answer.
> > > Anyone can help me.
> > > Thanks a lot
> > > Sidney Zhang