I wery badly speak english.
 I want to send to microsoft sql server developers BUG report:
 applies to:
 Microsoft SQL Server 7.0 (all versions)
 Microsoft SQL Server 2000 (all versions)
 BUG repeatability:
 all times
 script for repeat the BUG
 --
 create table t (
 id int primary key identity(1,1),
 f int,
 u varchar(128) not null default USER)
 GO
 create view v
 as
 select id, f
 from t
 where u = USER
 GO
 insert v (f)
 select f
 from t
 group by f
 GO
 --
 Error:
 Server: Msg 8624, Level 16, State 9, Line 1
 Internal SQL Server error.
 Tnx in advance.
 --
 WBR, Roman S. GolubinJust wait a little time, I´ll try something for your problem, be back soon.
--
HTH, Jens Suessmeyer.
--
http://www.sqlserver2005.de
--
"Roman S. Golubin" <golubinr@.arhcity.ru> schrieb im Newsbeitrag
news:428c600a$1@.arhadm.net.ru...
>I wery badly speak english.
> I want to send to microsoft sql server developers BUG report:
> applies to:
> Microsoft SQL Server 7.0 (all versions)
> Microsoft SQL Server 2000 (all versions)
> BUG repeatability:
> all times
> script for repeat the BUG
> --
> create table t (
> id int primary key identity(1,1),
> f int,
> u varchar(128) not null default USER)
> GO
> create view v
> as
> select id, f
> from t
> where u = USER
> GO
> insert v (f)
> select f
> from t
> group by f
> GO
> --
> Error:
> Server: Msg 8624, Level 16, State 9, Line 1
> Internal SQL Server error.
>
> Tnx in advance.
> --
> WBR, Roman S. Golubin
>|||OK, to avoid questions to your case you have to mention the Computer
configuration (all), the service pack leel for OS and the SQL Server.
--
HTH, Jens Suessmeyer.
--
http://www.sqlserver2005.de
--
"Jens Süßmeyer" <Jens@.Remove_this_For_Contacting.sqlserver2005.de> schrieb
im Newsbeitrag news:u71N9iFXFHA.712@.TK2MSFTNGP14.phx.gbl...
> Just wait a little time, I´ll try something for your problem, be back
> soon.
> --
> HTH, Jens Suessmeyer.
> --
> http://www.sqlserver2005.de
> --
> "Roman S. Golubin" <golubinr@.arhcity.ru> schrieb im Newsbeitrag
> news:428c600a$1@.arhadm.net.ru...
>>I wery badly speak english.
>> I want to send to microsoft sql server developers BUG report:
>> applies to:
>> Microsoft SQL Server 7.0 (all versions)
>> Microsoft SQL Server 2000 (all versions)
>> BUG repeatability:
>> all times
>> script for repeat the BUG
>> --
>> create table t (
>> id int primary key identity(1,1),
>> f int,
>> u varchar(128) not null default USER)
>> GO
>> create view v
>> as
>> select id, f
>> from t
>> where u = USER
>> GO
>> insert v (f)
>> select f
>> from t
>> group by f
>> GO
>> --
>> Error:
>> Server: Msg 8624, Level 16, State 9, Line 1
>> Internal SQL Server error.
>>
>> Tnx in advance.
>> --
>> WBR, Roman S. Golubin
>>
>|||> OK, to avoid questions to your case you have to mention the Computer
> configuration (all), the service pack leel for OS and the SQL Server.
Microsoft SQL Server 2000 - 8.00.2039 (Intel X86) May 3 2005 23:18:38
Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition on
Windows NT 5.2 (Build 3790: )
No comments:
Post a Comment