$Id: README.TXT,v 1.1 2004/04/20 15:24:38 m.doering Exp $ $Date: 2004/04/20 15:24:38 $ ------------------------------------- sample doc format for the sharedoc tool. YOU HAVE TO PUT THE FUNCTION DECLARATION IN 1 SINGLE LINE !!! ------------------------------------- /* ============================================= Author : M. Geoffroy Created: 9/2003 Updated: 9/2003 ============================================= This function computes the relationship resulting from the union of two combined relationships ============================================= */ CREATE FUNCTION [dbo].f_share_Union (@QualifierFk1 int, @QualifierFk2 int) Returns int AS