Does partitioning improve performance?
No Answer is Posted For this Question
Be the First to Post Answer
How to delete duplicate records from a table?(for suppose in a table we have 1000 Records in that we have 200 duplicate Records , so ,how to findout that duplicate Records , how to delete those Records and arranged into sequence order? one more thing that there is no primary key at all)
what type of index will get created after executing the above statement? : Sql server database administration
how to select 5 to 7 rows from a table, which contains 10 rows?
what is spatial nonclustered index
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
How does index makes search faster?
Can you have a nested transaction?
Explain what are various ways to enhance the ssrs report?
What is data integrity? Explain constraints?
Why does sql studio use a single registered database repository? : sql server management studio
What is ACID Property of Transaction?
How do you delete duplicate records in sql server?