Viewing 15 posts - 106 through 120 (of 134 total)
Thanks a lot ALZDBA for your reply
June 8, 2010 at 12:51 am
I think This may be help u
DECLARE @Date datetime
Declare @EndDate DateTime
Set @Date = DateAdd(mi,570,'06/03/2010') -- Fetch this Data from the table ABC
set @EndDate = DateAdd(day,1,@Date)
select * from xyz where...
June 7, 2010 at 11:32 pm
Please provide the sample Data for both table and expected output
June 7, 2010 at 10:47 pm
hi Thanks for the reply guys.
Thanks ALZDBA Yes you are rite it is worked for me i enabled tcp/ip it is disabled by default.
I have one doubt can u...
June 7, 2010 at 10:34 pm
Thanks Ratheesh for u r Quick Reply . Can u please explain more on this
Thanks
Deepak.A
June 7, 2010 at 4:14 am
Hi Gopi Muluka thanks for the help
it is worked for me i used + instead of &
thanks,
Deepak.A
June 4, 2010 at 6:06 am
Hi Gopi Muluka
I tried that also it is not working For me.
i used like this
Report Name : StudentReport
Report URL :http://localhost/ReportServer_SQL2008
Report1.rdl
...
June 4, 2010 at 3:41 am
thanks Gopi Muluka for the reply
before the void added javascript : void(no spaces) that is also not working & i had given " also . please can u give more...
June 4, 2010 at 2:24 am
Thanks stewartc for u r Reply
But that is the Requirement .
i tried like this also in the URL
= "void(window.open('http://servername/reportserver?%2fpathto%2freport&rs:Command=Render&StudentID="+Fields!StudentID.Value+"'))"+"'))"
The above method also Not working.
Thanks,
Deepak.A
June 4, 2010 at 1:54 am
hi All
The Below is the Sample Data
----------------------------------------------------
-- Report 1 Data
----------------------------------------------------
DECLARE @tblStudents TABLE
(
Name VARCHAR(75) ,
Score DECIMAL(9,2) ,
Section VARCHAR(50),
StudentID...
June 4, 2010 at 12:29 am
Viewing 15 posts - 106 through 120 (of 134 total)