Viewing 15 posts - 451 through 465 (of 669 total)
cpinky01 (9/9/2010)
I have drop down list in my report where i need all option .cateogory1
cateogory2
category3
create proc proc1
@cateogory
as
select * from cateogortTbl
where cateogoryID=@Cateogory.
create proc proc1
@cateogory
as
select * from cateogortTbl
where cateogoryID IN (@Cateogory)
where...
September 13, 2010 at 6:16 am
Ganesh Lohani (8/25/2010)
Steps:
1. Open the report in BIDS and click the data tab.
2. Create a new data set, let's say ...
September 13, 2010 at 6:08 am
mandavli (8/24/2010)
How do I schedule Report from report server
Primarily, it is Report Manager and not Report Server.
You can create subscritpion either static or data driven.
September 13, 2010 at 6:04 am
Phil Parkin (9/13/2010)
sabarichandru (9/13/2010)
Did u found any solution for the requirement .me also facing the same probs i found the solution also to resolve using Derived Column.
but another problem is...
September 13, 2010 at 5:55 am
darth vodka (9/13/2010)
use SSMS to create an MDX query, it's easier than doing it in VS, you get the intellisense and drag-n-drop
it will...
September 13, 2010 at 4:40 am
aveerabadran (9/8/2010)
Thanks for ur reply.I am not sure how to check if MsDtsServer100 is running in this server or not. can u let me know how to check this?
Thanks,
Arunvijay
Please...
September 8, 2010 at 10:51 pm
Is MsDtsServer100 running on the server or any of clustered machine in the network
September 8, 2010 at 10:39 pm
Pinky,
Make your control accept multivalue parameters and ammend the SQL query accordingly
September 8, 2010 at 10:27 pm
Approach 1: This could be done very gracefully using a Script Task/Component
Approach 2: Some kind of lookup...i'm not much sure of Approach 2
September 8, 2010 at 10:16 pm
gracebite (9/8/2010)
Hi Friends,I am trying to enable IsSort property to True on Derived column transformation
But I couldn't
You may set the IsSort Property in the DFT itself and...
September 8, 2010 at 10:08 pm
Make a CTE :cool::cool::cool:
September 8, 2010 at 12:41 am
amarsale (9/7/2010)
hi,try this...
1) go to http:\\localhost\Reports
2) go to properties tab
3) add a role as content manager called "BUILTIN\Users"
Seriously dude...you need some good revision
Raunak Jhawar (9/7/2010)
amarsale (9/7/2010)
September 7, 2010 at 11:57 pm
amarsale (9/7/2010)
step 1 : Go to the url http://localhost/Reports.step 2 : Go to the Tab named 'Properties'
step 3 : Remove all roles except 'BUILTIN\Administrators'
step 4 : ur done...
Amar, sorry to...
September 7, 2010 at 9:52 pm
There are two ways:
1. Use a custom assembly scripted in VB
2. Use Parameters!Parameter_name.Value
September 7, 2010 at 6:00 am
Prasad,
Do you wish to keep the existing records..if yes then it is SCD Type 2
September 7, 2010 at 4:45 am
Viewing 15 posts - 451 through 465 (of 669 total)