Question : user's profile seems to be corrupted in windows xp domain enviroment

Hi,
        One of the user's profile seems to be corrupted. Problem is occuring that, when users logs in his profile with username and password and desktop page is diplayed within microseconds moniter is going blank. But same thing I login with my credentials as diffrent user in same computer no problem.

        I would like to know what is the quickest and relaible method to do, so that user can login with similar settings and can access his own  Data.

        Hope someone can help me out from this problem.

Answer : user's profile seems to be corrupted in windows xp domain enviroment

Try this one
1:
2:
3:
4:
5:
6:
7:
8:
select * 
from invoiceHeader a
INNER JOIN
(
      select *,ROW_NUMBER() OVER (PARTITION BY invoiceHeaderID ORDER BY invoiceHeaderID) AS Row  
      from invoicedetail
) X on a.id = X.invoiceHeaderID
WHERE X.Row=1
Random Solutions  
 
programming4us programming4us