What are the different types of lock modes in sql server 2000?
Why we need to use secondry database file? though, we can do same work using primary database file also.
What is the difference between writing data to mirrored drives versus raid5 drives
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
what is the difference between table and view
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
Please give me queries for the following 1. To get the count of duplicate records. 2. A query to delete the duplicate records.
How do you create an execution plan?
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
Explain some stored procedure creating best practices or guidelines?
Does hive support indexing?
What do you understand by recursive stored procedure?
What is bcnf normalization form?