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
We are unable to access database using following parameters.
Intel NIC Team failure after installing Windows Server 2003 SP2 on Dell PE 2850
How can I make access to trigger an alert when one of the folders (eg c:/folder) does not have any files that has been created in the last 90 days?
access 2007-label and textbox bound together
Recordset/Database Problem in .vbs
IT Analyst
Fox 9 and PDF Files
How to get Unicode characters from clipboard on VB6
Implementing optional parameters in a function - C#
Vertical align to bottom of floating div