Write a sql query to get zero records from a table having n number of records?
No Answer is Posted For this Question
Be the First to Post Answer
what is spatial nonclustered index
What is a raid and what are different types of raid configurations?
How to find related tables in sql server?
How to configure odbc dsn with different port numbers?
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
What are the differences between stored procedure and view in sql server?
How do you identify a foreign key?
What is the full form of ddl?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
How to modify the underlying query of an existing view?
what are the main differences between ms access and sqlserver
What is MSDE?