Viewing 7 posts - 1 through 7 (of 7 total)
For example, this happens when you start a import/export wizard to copy data to a table. it starts two process, one process selects the data and other one inserts the...
May 1, 2014 at 9:36 pm
No one has replied to my question. However I found that the CDC(change data capture) feature can be implemented to track changes happening to the data. This is the alternative...
June 2, 2010 at 6:16 pm
Object level auditing can be achieved in SQL 2008 easily
May 27, 2010 at 5:53 pm
I have used simple while loop logic while inserting million records into a table. Its a data migration project to move the data from the old database to a newly...
March 22, 2010 at 5:38 am
I have written a database trigger to track the schema changes in each database. In this case, I think we can write a database trigger which can disallow if it...
March 19, 2010 at 2:44 pm
Viewing 7 posts - 1 through 7 (of 7 total)