Viewing 15 posts - 136 through 150 (of 259 total)
Would you know why I cannot see the sysdtspackagelog table? If I run the following command:
SELECT *
FROM sysdtspackagelog
I get a empty recordset back. I am using the SQL...
February 20, 2008 at 10:48 am
After some exhaustive anaysis on the underlying data, I found that it was a data issue. Once I fixed that, these procs worked just fine. I would like to thank...
February 20, 2008 at 6:27 am
Can someone please help me on this?
February 19, 2008 at 5:51 am
That is totally correct. I implemented the CASE statement and now I lost all the repromote flags.
February 13, 2008 at 1:58 pm
Another though maybe this is a place for some sort of CASE statement like:
CASE Repflag =
WHEN RepFlag = (Select Repflag From #Temp WHere r.ConsultantID = d.COnsultantID )...
February 13, 2008 at 1:36 pm
I need to display the dates displayed in this format but they will not used for calculations.
February 13, 2008 at 1:28 pm
Can we do something along these lines although my logic is not right but may be it will help clarify what I am after (See Bold):
Select 'OrigConsID' = @ConsultantID
,(Select ConsultantName...
February 13, 2008 at 1:26 pm
Yes I tried that code and the works fantastically in the Repromote Proc. I think the issue lies in the fact that in the Main proc, its not joined properly...
February 13, 2008 at 12:36 pm
yes, everything from table d needs to come across. Maybe I don't need the LeftOuter Join to the #temp table but it was what I thought would work because that...
February 13, 2008 at 11:58 am
I think I found the issue, it is not the repromote procedure its in the main proc (See bold). I think it needs to be changed because it is looking...
February 13, 2008 at 7:43 am
Viewing 15 posts - 136 through 150 (of 259 total)