[dba-SQLServer] User Defined Function error

David Mcafee dmcafee at pacbell.net
Thu Sep 8 12:19:51 CDT 2005


hmmm,, I was able to copy and paste your code and it
creates the function for me. 

Are you doing this in QA, EM or other?

David

--- Mark.Whittinghill at protective.com wrote:

> No, tried that.  That doesn't work either
> 
> 
> 
> 
> Francisco Tapia <fhtapia at gmail.com> 
> Sent by: dba-sqlserver-bounces at databaseadvisors.com
> 09/08/2005 11:58 AM
> Please respond to
> dba-sqlserver at databaseadvisors.com
> 
> 
> To
> dba-sqlserver at databaseadvisors.com
> cc
> 
> Subject
> Re: [dba-SQLServer] User Defined Function error
> 
> 
> 
> 
> 
> 
> how about not calling it dbo.MyFunction, what about
> just "MyFunction"
> 
> 
> On 9/8/05, Mark.Whittinghill at protective.com <
> Mark.Whittinghill at protective.com> wrote:
> > 
> > I am trying to make a user defined function, and
> no matter what I do I
> > keep getting the error
> > 
> > Server: Msg 170, Level 15, State 1, Line 1
> > Line 1: Incorrect syntax near 'FUNCTION'.
> > 
> > It is always finding an error in the CREATE
> FUNCTION line. I can't even
> > get dummy function to work
> > 
> > CREATE FUNCTION dbo.MyFunction(@MyParameter int)
> > RETURNS int AS
> > BEGIN
> > DECLARE @MyVar int
> > SET @MyVar=1
> > RETURN @MyVar
> > END
> > 
> > 
> > Any ideas?
> > 
> > 
> > 
> > 
> > -----------------------------------------
> > Confidentiality Notice: This e-mail communication
> and any attachments
> > may contain confidential and privileged
> information for the use of the
> > designated recipients named above. If you are not
> the intended
> > recipient, you are hereby notified that you have
> received this
> > communication in error and that any review,
> disclosure, dissemination,
> > distribution or copying of it or its contents is
> prohibited. If you
> > have received this communication in error, please
> notify me immediately
> > by replying to this message and deleting it from
> your computer. Thank
> > you.
> > _______________________________________________
> > dba-SQLServer mailing list
> > dba-SQLServer at databaseadvisors.com
> >
>
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
> > http://www.databaseadvisors.com
> > 
> > 
> 
> 
> -- 
> -Francisco
> http://pcthis.blogspot.com |PC news with out the
> jargon!
> http://sqlthis.blogspot.com | Tsql and More...
> _______________________________________________
> dba-SQLServer mailing list
> dba-SQLServer at databaseadvisors.com
>
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
> http://www.databaseadvisors.com
> 
> 
> _______________________________________________
> dba-SQLServer mailing list
> dba-SQLServer at databaseadvisors.com
>
http://databaseadvisors.com/mailman/listinfo/dba-sqlserver
> http://www.databaseadvisors.com
> 
> 




More information about the dba-SQLServer mailing list