Viewing 15 posts - 31 through 45 (of 130 total)
select distinct rl.Id,
rl.AlarmId, rl.Name
...
July 10, 2013 at 8:13 am
i need up date records in a batch,not just bulk insert
can anybody give me script for example i have 1256789 records and i need to update 5000 at a time
then...
July 8, 2013 at 9:35 am
hey mark thanks,
i got solved,i need to create group and then in group properties ->sorting
June 1, 2012 at 8:18 am
ok.it will solve my prob,but what about if i need to make 2 column static , hard coded and others are dynamic.it is possible?
May 25, 2012 at 7:18 am
i remove overlap ,but still getting space.
any other reason
May 22, 2012 at 9:42 am
i remove overlap ,but still getting space.
any other reason
May 22, 2012 at 8:09 am
additional question ,regarding spaces in report.
in my report i have 1 tablix ,above it i have textbox,in which i have tablix title.
now in design ,there is no gap between title...
May 21, 2012 at 12:52 pm
ok.
i got solution ,the way ssrs works is it doesnt count 0 ,so in ssrs textbox expression ,i need to put something like this
DATEADD("d",-1,DATEADD("yyyy",DATEDIFF("yyyy","1/1/1900",Fields!T.Value),"1/1/1900"))
instead of 0 , i need to...
May 21, 2012 at 12:50 pm
hi
i havent add two textbox,just add value of the filed to get total , =sum(field1.value + field2.value)
May 21, 2012 at 12:48 pm
Viewing 15 posts - 31 through 45 (of 130 total)