Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Version Change in Change Tracking

Author  Topic 

anupamk
Starting Member

8 Posts

Posted - 2013-03-31 : 08:41:14
Hi,

If any INSERT, Update OR delete operation happens in the table than a new version (SYS_CHANGE_VERSION) will get created or not?

I have found that for some bunch of insert operation same version(SYS_CHANGE_VERSION, SYS_CHANGE_CREATION_VERSION) got created.

Thanks,
Anupam

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-04-01 : 00:32:07
Where they all part of the same batch?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

anupamk
Starting Member

8 Posts

Posted - 2013-04-01 : 08:21:09
These data are getting inserted by tool. But for each operation is a sepation sql is getting generated. Lets say if 500 records has to insert than 500 insert sql will be generated. If 200 records needs to be updated than 200 update sql will be generated.
But all this will happen in on process. once the load will start all these sql will be executed one by one.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-04-01 : 09:57:39
Are they enclosed within same transaction?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -