Click here to Skip to main content
15,923,120 members

Comments by nareshkumar464 (Top 12 by date)

nareshkumar464 5-Oct-13 1:21am View    
how can we restore same database(say DB1) from server1 into server2? i.e., Iam working in server1 and I want to restore db1 into server2.Is that possible?
nareshkumar464 4-Oct-13 10:26am View    
Can u please tell me how to execute the above command without creating the text file for multiple times?
nareshkumar464 27-Sep-13 10:13am View    
how can i download ftp file from HttpWebRequest?
my uri is something like 'ftp://venture.upload.akamai.com/26929/ProcessingVideos/Burnley v Nottingham Forest/13.09.24 Burnley v Forest 1st half.mp4'
nareshkumar464 29-Aug-13 7:50am View    
I faced the same scenario i couldn't get any solution for this but try to reduce the path of the video so that you won't exceed the limitations of it. This is what i followed.
nareshkumar464 3-Aug-13 3:18am View    
Hi thanks for the reply...but the code is not sorting according to my requirement.I want to sort the items based on first 3 values(i.e., 1237,1,1 & 1223,2,2 etc... in input) in ascending order.
can u please suggest me another logic.