As documented, when using INSERT ... ON EXISTING SKIP, the value of @@ROWCOUNT still does count all rows from the source table:

Rows that are skipped are included in the @@rowcount variable. See @@rowcount global variable.

Is there a possibility to get only the count of the really inserted rows (besides merely counting the tables's rows before and after the statement)?

If not, is this considered as a future enhancement?

(FWIW, I'm using SA 12.0.0.2601.)

asked 20 Jan '11, 10:04

Volker%20Barth's gravatar image

Volker Barth
39.5k355539811
accept rate: 34%


Volker,

The enhancement you are suggesting seems quite reasonable if you are using "EXISTING SKIP" since the @rowcount is supposed to be the number of rows affected. I will open an enhancement request and we will try and get the enhancement in place for a future release.

Karim

permanent link

answered 20 Jan '11, 15:16

Karim%20Khamis's gravatar image

Karim Khamis
5.6k53870
accept rate: 40%

1

Just to follow up, this "bug" has now been fixed. The fix has been put into 10.0.1.4174, 11.0.1.2552 and 12.0.0.2637.

(24 Jan '11, 12:23) Karim Khamis
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×33
×8

question asked: 20 Jan '11, 10:04

question was seen: 2,210 times

last updated: 20 Jan '11, 15:16