Viewing 15 posts - 1 through 15 (of 41 total)
March 26, 2018 at 9:26 pm
its not working(may be I am doing something wrong)
instead what I did is I moved all the cascading parameters to the top.
and kept independent parameter in the bottom
March 28, 2017 at 9:27 am
This is the interview question I faced 2 days back.
May 8, 2015 at 10:45 pm
yep sorry i mentioned everything except ssrs yeah its in ssrs.
in ssrs when you add dataset and right click and select fields option and click add there are two option...
November 18, 2014 at 9:48 pm
then try this one if u want to use *--
create procedure startrred
@hourstarted varchar(10)
as
begin
if(@hourstarted!='*')
begin
Select *
from Production where hourworked>@hourstarted
END
else
begin
select * from Production where hourworked>15
end
end
April 9, 2014 at 4:58 am
thanks al i added destination config and i copied the ssis file its running fine
March 3, 2014 at 12:02 am
hi added destination conection ya everything is fine thank you all
February 27, 2014 at 9:21 pm
ya when opend the package
destination was showing error then
i edited it
after i started ssis package no error was their
but i dont want do do like that
..
i just...
February 26, 2014 at 9:51 pm
i did same thing copied everything .
started the package edited the source in connection string in config file
while running no error is about source connection string
but destination connection login...
February 26, 2014 at 6:22 am
actually i deployed the package and tried to change xml but there is no xml .config in c
how to move that one
February 26, 2014 at 4:09 am
is arcplam is a good tool to work on ?
is there any openings related to it?
January 21, 2014 at 9:04 pm
whats your opinion on ssis ???
i am working as report developer ??
I have 1 1/2year exp in ssrs reports and
now recently i joined ssas and ssis job??
is it...
January 16, 2014 at 8:55 pm
Viewing 15 posts - 1 through 15 (of 41 total)