Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication


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

Post New Answer

More SQL Server Interview Questions

Which stored procedure will you be running to add a linked server?

1 Answers  


I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration

0 Answers  


What do you understand by a view?

0 Answers  


What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?

0 Answers  


How to use group functions in the select clause in ms sql server?

0 Answers  






What do you understand by triggers and mention the different types of it?

0 Answers  


How to execute stored procedure in select statement sql server?

0 Answers  


What is the purpose of forms?

0 Answers  


What are different replication agents and what's their purpose? : sql server replication

0 Answers  


What is a field name?

0 Answers  


Hi All, I want to display all duplicate records in the table. My query has to fetch all the records which are duplicate(First Name or Last Name). Also I want the ability to also pull names where there might be a middle initial placed in the end of the first name field, (i.e., "Maria Z. " vs. "Maria") as well. Please guide me to find this. Table: ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 4 Shawn Livermore 5 Prem S 6 Jony Hoffman H 7 Zach Modan I need the query to filter......... ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 6 Jony Hoffman H 7 Zach Modan I hope this example will give you clear idea..... Thanks in Advance Prem

2 Answers  


Tell me in brief how sql server enhances scalability of the database system?

0 Answers  


Categories