Viewing 15 posts - 106 through 120 (of 134 total)
Hi Chris,
I tried using CTE but not able to do.
September 18, 2012 at 12:16 am
Still not tried anything as busy on other task.
If u have any idea in the mind then pls share.
September 17, 2012 at 2:31 am
Thanks CELKO.
I will try this one.
Thanks
Abhas
September 12, 2012 at 10:55 pm
Dwain the query as below.
select CustID fromcust_status
where EXISTS (select top 1 custid,EffectiveDate from cust_status
where status= 1 order by EffectiveDate desc)
data is as below.now i want to show only CustID =...
September 3, 2012 at 1:44 am
hi Sartori,
table structure is same as presented in below link.
and i want to display servernames as mentioned condition above post.
thank u
Abhas
February 21, 2011 at 9:50 pm
Thank u Lowell
But i need avarage upon time not on date.and time is in miliseconds.So i have to find largest 90% avarage from table.How can we do?
Regards
Abhas.
February 21, 2011 at 6:42 am
Hi,
Thanks of your valuable comments
Regards
Abhas
February 16, 2011 at 9:47 am
I can't use 7zip as i don't have permission.
February 12, 2011 at 5:50 am
I want extract folders which are compressed using windows built in utility.So i don't know which exe extract these folders.
Regards
Abhas.
February 11, 2011 at 4:33 am
helo rashmi,
its working fine but if there are more than one files in folder.i.e. in test folder if more than 1 text files r there then it extract only one.why...
January 19, 2011 at 8:53 pm
Thank you so much rashmi!!!!!!
It's great.:-)
I got exactly what i want.
Thank you once again.
🙂 🙂 🙂
Regards
Abhas,
December 29, 2010 at 3:18 am
Hi rashmi,Thank you so much for your replies.
Can u please send attachment in .zip format?
Also by checking travarce folder all data has been extracted in the one folder only.
also i...
December 27, 2010 at 8:30 am
Hi rashmi,
i already checked Traverse Subfolders but not working.
December 24, 2010 at 4:02 am
Hi Rashmi,
Thanks it works but not fit in my scenario.
Actually all files are loaded at root level only.
My source is:D:\FolderA
in the same folder there are other 4 sub folders say
D:\FolderA\test1
D:\FolderA\test2
D:\FolderA\test3
D:\FolderA\test4
and...
December 24, 2010 at 12:51 am
Thank you rashmi!
Its working now.
But can i do these by another way? Can i copy only those files from source to destination which are 90 days old only.
currently i am...
December 20, 2010 at 7:57 am
Viewing 15 posts - 106 through 120 (of 134 total)