Microsoft
Software
Hardware
Network
Question : SQL Query Dups
I need I query to show the dups in a table based on two fields
How do I select all the rows in table Product_Detail that have ItemNumber and ProductNumber more than once
Answer : SQL Query Dups
SELECT ItemNumber, ProductNumber, COunt(*)
FROM Product_Detail
GROUP BY ItemNumber, ProductNumber
HAVING COUNT(*) > 1
Random Solutions
Date formula in Excel
Error-handling if SQLCMD fails in .bat Windows script
Outlook 2007 Keeps Asking for Password - Doesn't Like Anything I Type - Vista / Exchange Email
Sorting NULLs last when Sort Order is Ascending
Increase number of rows per page in ASP.NET GridView
Windows 7 - Advice required to remove old Windows XP from dual boot.
convert adjacency model table into nested set model table
Remove Strange Characters from Access Data Field
FormView not firing to Insert command with databound empty CompositeControl
Dash or hyphen in findfirst criteria