Viewing 15 posts - 36,601 through 36,615 (of 59,072 total)
Thanks Howard and Ron. The only datatype mismatch I'm seeing is in the code itself where there's a conversion in the join...
from dbo.Split8KTally(@CSVList,',') a
join AdventureWorks.Sales.SalesOrderDetail d on [font="Arial Black"]cast(a.ItemValue...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 7:44 am
Crud... I'm going to have to load 2K8 to actually troubleshoot this problem. I'm off to work. I'll try to load 2k8 tonight. Wish me luck. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 7:18 am
HowardW (9/20/2010)
Let me know if I've missed any options that you need:
Howard, can you confirm that's from a 2K8 Version of Adventure works? Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 7:13 am
Jeff Moden (9/20/2010)
HowardW (9/20/2010)
Where's the rest of it for your machine?
In my previous post... 🙂
heh... yeah... I saw that right after I posted. Thanks Howard. Interesting...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 7:11 am
HowardW (9/20/2010)
Where's the rest of it for your machine?
In my previous post... 🙂
heh... yeah... I saw that right after I posted. Thanks Howard. Interesting on how...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 7:10 am
Ok folks... I'm pretty sure we've collectively narrowed down the problem. For those of you who have 2k8, especially Ron, Paul, and Howard (because you've all submitted runs that...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:55 am
bitbucket-25253 (9/20/2010)
Results using the Brad Schulz (as posted by Jeff)Again SQL 2005 and SQL 2008 on the larger faster machine, and SQL2005 Express on the smaller slower box.
Whoa! That...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:50 am
mazzz (9/20/2010)
I'm unable to run the second script as the servers I can use here do not have AdventureWorks installed. I will run the second one from my home...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:45 am
Jeff Moden (9/20/2010)
HowardW (9/20/2010)
--===== Split8KTally mlTVF ===========================================================================================
SQL Server Execution Times:
CPU time = 0 ms, elapsed time...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:38 am
Paul White NZ (9/20/2010)
Jeff Moden (9/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:36 am
HowardW (9/20/2010)
--===== Split8KTally mlTVF ===========================================================================================
SQL Server Execution Times:
CPU time = 0 ms, elapsed time = 0...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:32 am
rob.symonds (9/20/2010)
Anyone else a little concerned about the 2k8 results for the inline Tally?
It's not the Tally table in 2k8. We'd have seen a similar problem in all the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:30 am
Mark-101232 (9/20/2010)
Also SQLCLR figures are this
Tally:
Table 'Tally'. Scan count 10000, logical reads 30000, physical reads 0
Table 'CsvTest'. Scan count 1, logical reads 774,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:24 am
steve-893342 (9/20/2010)
Jeff Moden (9/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:14 am
ColdCoffee (9/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
September 20, 2010 at 6:12 am
Viewing 15 posts - 36,601 through 36,615 (of 59,072 total)