 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
andrewhoskinson
Joined: 01 Dec 2006 Posts: 1 Country: UK |
|
Bug report |
|
Don't know if this is right way to report a bug, but can't see any form to fill in.
SQL Server 2000.
User defined function 'U16_ActiveMemberStats_SubmittedFitnessReports'
when i click on the function name in the sql assistant popup to fill in my
query in query analyzer, it truncates the name of the function to:
U16_ActiveMemberStats_SubmittedFitnessRep
- its missed the last four letters off the name of the UDF.
I can repro this problem in a brand new db with the function as follows:
CREATE FUNCTION U16_ActiveMemberStats_SubmittedFitnessReports (@id int, @isclub bit, @mindofb datetime)
RETURNS int AS
BEGIN
declare @retval int
select @retval = 0
return @retval
END
Hope that's useful, like this tool already.
|
|
Fri Dec 01, 2006 12:38 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Thank you. This is surely a bug. We will have it fixed by Monday next week.
|
|
Fri Dec 01, 2006 1:45 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|