Viewing 15 posts - 1 through 15 (of 48 total)
Hi I found what the problem is
if i change the settings of my display from 1280*1024 pixels to 1280*960 pixels then horizontal scroll bar doesn't appear but it works...
June 29, 2010 at 6:55 am
Thank u man. I will check with those links and revert you
June 8, 2010 at 6:09 am
Hi all,
I found the answer in some blog and here it is
"My answer was always "Set RetainSameConnection=TRUE on the connection manager and set DelayValidation=TRUE on all tasks that use the...
June 3, 2010 at 10:48 pm
Sorry no messages it just turns out to red colour. 🙂
June 3, 2010 at 7:18 am
Thank u coldcoffee and kingston
It worked fine. Such a simple mistake 🙂
Thank u both
sachin
June 2, 2010 at 11:06 pm
Thank u coldcoffee. I will try with your first logic as it seems to be simple and smaller.
With Regards
sachin
June 1, 2010 at 2:50 am
declare @i int
set @i = 1984
while(@i <= year(getdate()))
begin
select @i
set @i = @i + 1
end
I have used the above query
June 1, 2010 at 2:05 am
Thank u all guys for your help.
I will try out your logic and revert back.
Thanks a lot. 🙂
Sachin
May 27, 2010 at 6:47 am
Hi,
I want to match supervisor id with employee id itself
May 27, 2010 at 3:44 am
Hi
Phil Parkin and da-zero
May b your second logic will be more effective than mine.
Thank you for solving my issues.
This is second time you both helping me...
May 26, 2010 at 5:20 am
Hi
All,
I used the below query and its working fine.
SELECT ID, SiteName, DRCNum, TypeID, Point, [Time], CardNumber, FormatName
FROM ...
May 26, 2010 at 4:43 am
Hi,
Phil Parkin, da-zero, skcadavre
Your query works fine but since Time column has datetime value if i use '=' operator it fetches only rows having time...
May 26, 2010 at 4:39 am
Thank u Elliott. It is Really good logic.
Thank u very much for reply. 🙂
Sachin
May 24, 2010 at 1:34 am
Viewing 15 posts - 1 through 15 (of 48 total)