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
Standards domain users to be allowed to RDP only to 1 standalone server that belongs to the same domain.
DConcat not working - getting #Error in query results
c# list
Connecting from remote
how do I count the number of rows in my db
asp.net google maps
Performance issue when inserting into temporary # table
Windows XP Home Edition Version 2002 / SP 3
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource
Regular Expressions Perl