Why do we backup Active Directory ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about SQL server 2005?
if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 duplicate and 1 original as it is,how?
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 using a separate hard drive for several database objects improves performance right away?
Difference between 2NF &3NF ?
What is cube dimension? : sql server analysis services, ssas
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
How check triggers in sql server?
Explain the disadvantages/limitation of the cursor?
How to delete duplicate rows?
What are pages and extents? : SQL Server Architecture
what is performance tunning in sql server ? explain.