Viewing 9 posts - 61 through 69 (of 69 total)
Lowell,
could you please give me suggestion for..
if seconds=999999
then we can convert to time the result must be 277:46:39(hr:min:sec) ..
like that the earlier mail mentioned formula
DECLARE @seconds INT
SELECT @seconds =...
March 25, 2012 at 10:15 am
hi,
Thanks for replying ...
It is not working in all cases suppose the seconds is more than 100 hours its showing wrong .
Thanks,
Dastagiri.
March 24, 2012 at 3:47 pm
delete from talbe where id not in (select max(column_id) from talbe group by column_name)
November 27, 2011 at 12:03 am
hi,
Thanks ..alot.....for u r reply...........Its working ........fine
October 2, 2011 at 12:47 am
hi,
my table data is ...
id Profesenalism Communication Customerservice profileid
1001 ...
October 1, 2011 at 8:32 pm
thanks for helping ...it is working....
September 29, 2011 at 10:29 am
Thanks Lot...............
working fine
September 7, 2011 at 5:14 am
Thanks lot for all for replying this.
Dastagiri.D
May 31, 2011 at 12:33 am
hi,
I opened u r link and used script server roles code .its showing error at bellow code.
WHILE @@FETCH_STATUS = 0
BEGIN
????SET @SQLCmd = 'exec sp_addsrvrolemember...
May 27, 2011 at 3:14 am
Viewing 9 posts - 61 through 69 (of 69 total)