Viewing 8 posts - 16 through 24 (of 24 total)
One more thing, in the database I have more note_types. I want to eliminate those records which has note_type_fk='29', but the resultset is displaying other note_type_fk's. Can someone please help...
July 31, 2003 at 1:20 pm
I am still getting records which has event date or note_type_fk =29.
I added "ev.authorizations_fk is not null"
in the clause. For e.g. <B>cltyp.name= 'Clinical'
AND ((ev.event_date is null AND ev.authorizations_fk...
July 31, 2003 at 10:39 am
Here is the error message"Server: Msg 208, Level 16, State 1, Line 40
Invalid object name '##NumofEvents'."
when I run the stored procedure. And here is the stored procedure code:
select distinct p.people_id...
July 29, 2003 at 7:25 am
I've finally figured it out. Thanks for the help!
July 25, 2003 at 10:26 am
I re-ran the temp table and now I am getting 1 record back.
Thanks!
July 24, 2003 at 1:15 pm
I am refering temp table from store procedure.
I got 0 records back when I ran the query
for sysobjects.
Below is the temp table I am creating:
CREATE PROCEDURE sp_temp_NumofEvents AS
Create table...
July 24, 2003 at 1:12 pm
I can get to Call type. The problem is, if I don't use count I get duplicate records; in One field I get call type and in another eventdate (I...
July 17, 2003 at 12:21 pm
Viewing 8 posts - 16 through 24 (of 24 total)