Viewing 3 posts - 1 through 3 (of 3 total)
Yep, no problem. Here it is:
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
-- This Procedure gets all the Relations of a contact
-- Parameter: ContactID: The Key of the Contact to get the relations...
August 8, 2008 at 6:28 am
#855071
Thanks for the reply. Solved it in a stored procedure. Maybe not so nice, but it works.
August 8, 2008 at 2:36 am
#854973
Hi all,
I've got a problem to solve and I don't seem to be able to get the grip on it I need. The problem is as follows. We have a...
August 7, 2008 at 6:17 am
#854385