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
replaced sbs 2003 server, netlogon 5513 errors
Transaction log shipping from SQL 2000 to 2005 - Issue with Database upgrade required
Free Busy information not available to 2007 Outlook clients
SQL Select problem...need records with "best match" returned in order
Generic path to open a file from VBA
Excel Visual Basic
Select A Node ASP.NET TreeView Control Programatically
Antigen Anti-Spam engine changeover
Help Access Expression Syntax
Excel calendar - Saturday through Friday layout