Viewing 8 posts - 1 through 8 (of 8 total)
thank you very much! 🙂
now i think i understand the problem - the first step to resolve it.
sincerely yours
wolfgang
August 22, 2008 at 5:21 pm
please remember the first posting.
the statements are the same, only the way i call the statements is different.
instead of
SELECT * FROM MyFunktion(ParameterValue1...)
i builded a script like
DECLARE @Param1...
August 22, 2008 at 1:56 pm
i put the .sqlplan-files in the uploaded zip (a few posts ago)
August 22, 2008 at 10:37 am
here is the zip.
plan 1: 0%
plan 2: 93%
plan 3: 2%
plan 4: 2%
plan 5: 2%
August 22, 2008 at 9:10 am
i am not allowed to upload .sqlplan-files.
should i change the extension to .txt?
August 22, 2008 at 8:41 am
how can i post the execution plan?
August 22, 2008 at 8:01 am
ALTER FUNCTION [dbo].[puma_rep_UnterEinheiten](@baseorg int,@welt bit,@nachUmsatz char(1),@transid int,@abschlussmonat int,@mart1 smallint, @mart2 smallint, @mart3 smallint, @mart4 smallint, @konsol smallint,@waeid smallint,@filter int,@wirkung char(1))
RETURNS @report TABLE(child_org_id int,GJ int,hg smallint,summe...
August 22, 2008 at 8:00 am
i made a sp but it also took 16 minutes.
August 22, 2008 at 6:31 am
Viewing 8 posts - 1 through 8 (of 8 total)