Microsoft
Software
Hardware
Network
Question : union issue in SQL 2k
when you have more than 2 unions in a statement, there is a restriction of how many columns can be included in the query. is this issue addressed by microsoft and what is the reason for this?
Answer : union issue in SQL 2k
Select Customer ,TrsNo ,TrsDate ,Qty
FROM (
Select Customer ,TrsNo ,TrsDate ,Qty,
rn = row_number() over (partition by Customer order by TrsDate ASC)
from tbl
) SQ
Where rn=1
Random Solutions
cucumber and webrat not finding rails flash message
Exchange Server and Active Directory
Revert changes back in Rowvalidating event of datagridview
Combobox Databinding Question
c# how do I find all folders that contain a file called request.xml under a sub directory
Adding items to the List through check boxes via Grid view
Excel Errors
science of sweating
win 7 - user profile cannot be loaded.
Allow my domain user to install printer driver