Viewing 14 posts - 1 through 15 (of 15 total)
Hi Seth,
I have included the code saying
If not Exists(select * from EmpGrpwiseData join AposGrpwisetest on...
February 9, 2011 at 4:10 pm
Simply awesome that worked like a magic. Final question is that if i execute the procedure with the same payor. It is appending the data again. How would i insert...
February 9, 2011 at 2:18 pm
Hi Seth,
Yes it is a Temp Table preceded with #.
Please see the code below. Am selecting data from the AposGrpwisetest and dumping it into AposGrpwisetemp Table.
Not quite...
February 9, 2011 at 11:19 am
oops forgot to mention the error
Error:
Msg 208, Level 16, State 1, Procedure pGetReportData
Invalid object name 'AposGrpwisetemp'.
February 9, 2011 at 9:36 am
Awesome u da man. I changed the field length and it worked. The only final work remaining will be. Can i select the process data into a table or something...
February 9, 2011 at 7:50 am
Sorry my bad i was still referencing the old table. I got rid of the error.
Now i have added an update statement after the exec statement and the...
February 8, 2011 at 8:04 pm
Hi seth,
Thanks for the reply. I am able to gain some knowledge i guess. I created the...
February 8, 2011 at 7:32 pm
Yes i just want to add the report numbers literally regardless of the client. There is no relation. Also i want to update the client_id,client_name that i get from oracle...
February 8, 2011 at 1:40 pm
I think i have the wrong code posted. Please check the code below.
My whole requirement is dump the data from the oracle which doesnt have report numbers into the sql...
February 8, 2011 at 12:42 pm
Hi seth Tahnks for your patience. Well actually i dont have the report number in the SUmmary Table in the Oracle. So am trying to add the report numbers dynamically...
February 8, 2011 at 8:25 am
Hi seth, I have tried the query with rownum and it has data in it.So i dont think am having any problem with that. Only problem i think now is...
February 7, 2011 at 3:16 pm
Thanks for getting back again. Okay i think i should be more clearer when explaining this stuff. The procedure is executing now but it is not pulling any data.
My question...
February 7, 2011 at 1:16 pm
Hi seth you da man. After following your instructins i was able to nail down on the errors. but i still cannot find the logic for looking into all payors...
February 7, 2011 at 11:24 am
Hi there Thanks for getting back. The links reaaly helped me a lot. Am actually was able to execute the procedure with some values. But am having difficulty in selecting...
February 7, 2011 at 10:00 am
Viewing 14 posts - 1 through 15 (of 15 total)