what do you understand by change data capture?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What is a database table?

0 Answers  


How to write character string constants or literals in ms sql server?

0 Answers  


What is the default value of CHAR type?

10 Answers   Bosch,


Does windows server 2016 come with sql server?

0 Answers  


Following are some of the question related to below mentioned query? select e1.salary from employee3 e1 where 2= ( select count(distinct(e2.salary)) from employee3 e2 where e2.salary>=e1.salary ) 1) What the query returns? 2) How it works? - Detail explanation (what the sub query does, why it is (where 2=)....etc...Please?

5 Answers  






When you should use a low fill factor?

0 Answers  


one table has four field id,name,design,salary. i have to find maximum salary .

6 Answers  


Define DML and DCL statements?

1 Answers   Hexaware, NIIT,


Can you tell me the difference between DELETE & TRUNCATE commands?

15 Answers  


Define left outer join?

0 Answers  


What is a schema in ms sql server 2005?

0 Answers  


What is index fragmentation in ms sql server?

0 Answers  


Categories