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
Must impersonation be used to make the PSI Statusing.SetAssignmentWor<wbr />kData web service update the data?
Array Help
Visual Studio 2008 workflow & architecture
Can I add a browse button to an access form so I can insert a .jpg image
Sql Server Connect string question
How to find dynamic control in Silverlight 3.0?
How do I make a Toast popup?
Nine (9) sheets vlookup with Indirect ?
WinXP *extremely* slow to launch programs
Undefined function 'TRIM' in Expression