Re: sql functions
From: Aaron Bertrand - MVP (aaron_at_TRASHaspfaq.com)
Date: 05/18/04
- Next message: David Portas: "Re: Table objects according to rows"
- Previous message: Narayana Vyas Kondreddi: "Re: sql functions"
- In reply to: zoechadaj: "sql functions"
- Next in thread: zoechadaj: "Re: sql functions"
- Reply: zoechadaj: "Re: sql functions"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 May 2004 11:29:14 -0400
> i can cut the function code from books on-line and it stil fails.
What does "fails" mean? Does that mean "doesn't work" or "broken"? If it
"doesn't work" then you have a syntax error on line 5. If it's "broken"
then you forgot to include a GO command.
In all seriousness, if you want a decent shot at getting an answer, you
should include the definition of fails. Do you get an error message? If
so, what is it? What does the code of your function look like? What
version and SP level of SQL Server are you on? What is the database
compatibility and collation of the db you are trying to create the function
in? What database is it? What user are you acting as, and what roles do
they belong to?
Saying something "fails" is like telling the doctor you're not feeling good,
and expecting an accurate prescription with no further details. You might
get cough medicine for constipation, or penicillin for a nosebleed. BE
SPECIFIC! Your post can never be too detailed. We get pretty good at
skimming for substance.
-- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
- Next message: David Portas: "Re: Table objects according to rows"
- Previous message: Narayana Vyas Kondreddi: "Re: sql functions"
- In reply to: zoechadaj: "sql functions"
- Next in thread: zoechadaj: "Re: sql functions"
- Reply: zoechadaj: "Re: sql functions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|