April 5, 2011 at 10:58 am
not speak english ,,, good
Hi All
I Have Sql Server 2000 database
name : Horizon
and if i want to update some tables show this messege :
" Database Error|Integrty trigger failed
id#s are maintained by triggers and cannot be updated otherwise"
how do to solve this proble;
firs time show this messege, i use this database since 4 years until now
ThankYou;
April 5, 2011 at 11:09 am
Check for a trigger on the table you're trying to update. It looks like the error is coming from a trigger.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
April 5, 2011 at 11:20 am
how to check table
and I want check all table
Thank you for reply
April 5, 2011 at 11:20 am
As Gus said, it looks like custom errors being thrown from a trigger on the table.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 5, 2011 at 11:23 am
That's not a SQL error. It's coming from some custom code in the database. Are the developers of the database available?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 5, 2011 at 12:14 pm
i try to check it
but while run check and maintenace
and click start jop
it say : excuting jop step '0 unknown'
thank you all
April 5, 2011 at 12:19 pm
It seems that you are now doing something different. Could you give more details please?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 5, 2011 at 12:25 pm
ok
now i go to database and click right button on mouse
and select maintence plan
and pres next next ... and checked on (check of integrity database) and click next ... and click ok
after this it added a new jop
so that go to jop and start it
after start it show in status : Executing Job Step '0 (unknown)'.
thank you
April 5, 2011 at 12:33 pm
it looks like an incomplete maint plan was created. Did you verify the job steps inside the job?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 5, 2011 at 12:36 pm
yes i do all steps
but i can't give in result
i have in database 748 tables
April 5, 2011 at 12:45 pm
ambo.php (4/5/2011)
i try to check itbut while run check and maintenace
and click start jop
it say : excuting jop step '0 unknown'
Why are you running a maintenance plan? The error is not telling you the database is corrupt. The error is coming from a trigger that one of the people who developed the database put in place. It is not coming from SQL Server.
You need to either find the trigger or speak to the people who developed the database structure.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 5, 2011 at 12:59 pm
GilaMonster (4/5/2011)
ambo.php (4/5/2011)
i try to check itbut while run check and maintenace
and click start jop
it say : excuting jop step '0 unknown'
Why are you running a maintenance plan? The error is not telling you the database is corrupt. The error is coming from a trigger that one of the people who developed the database put in place. It is not coming from SQL Server.
You need to either find the trigger or speak to the people who developed the database structure.
No need to run the maint plan for this error as gail as said. Find the trigger first.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 7, 2011 at 6:16 am
When you click on the table in Management Studio or Query Analyzer, it should give you a tree that has a Triggers section. Check there.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
April 9, 2011 at 10:50 am
thank for all
i called devloper of program horizon
Viewing 14 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic. Login to reply