Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
Which stored procedure will you be running to add a linked server?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
What do you understand by a view?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
How to use group functions in the select clause in ms sql server?
What do you understand by triggers and mention the different types of it?
How to execute stored procedure in select statement sql server?
What is the purpose of forms?
What are different replication agents and what's their purpose? : sql server replication
What is a field name?
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
Tell me in brief how sql server enhances scalability of the database system?