Hi to everybody.
I have a stupid little problem: i have a delete statement for exactly one row. i'm sure of that because i identified this row by the primary key.
If i start this query in the query analyzer it says the following:
--start
(1 row(s) affected)
(0 row(s) affected)
(7 row(s) affected)
--end
it seems for me at if it is accessing three tables. i guess there are some constraints somewhere in the db, but i dont have clue where. So my question is, how can i get the names of the tables which rows were affected?
thanks in advance + lots of fun
I have a stupid little problem: i have a delete statement for exactly one row. i'm sure of that because i identified this row by the primary key.
If i start this query in the query analyzer it says the following:
--start
(1 row(s) affected)
(0 row(s) affected)
(7 row(s) affected)
--end
it seems for me at if it is accessing three tables. i guess there are some constraints somewhere in the db, but i dont have clue where. So my question is, how can i get the names of the tables which rows were affected?
thanks in advance + lots of fun