what are the different types of replication you can set up in sql server? : Sql server database administration


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

Post New Answer

More SQL Server Interview Questions

How to see the event list of an existing trigger using sys.trigger_events?

0 Answers  


What is the difference between HAVING clause and the WHERE clause?

7 Answers  


What is the return type of executeupdate ()?

0 Answers  


Does full backup break log chain?

0 Answers  


what do you understand by change data capture?

0 Answers  






What is a livelock?

0 Answers  


Explain index in sql server?

0 Answers  


i want to create procedure for create table in sql server 2005 for example create procedure create_table @table varchar(20) as create @table( id int, name char(20) ) but it will get error what is solution?

5 Answers   Aptech,


What are dml triggers and types of dml triggers?

0 Answers  


Equi join and non equi join is possible with sql server?

0 Answers  


what is a stored procedure and trigger?

3 Answers  


What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security

0 Answers  


Categories