Viewing 15 posts - 1,891 through 1,905 (of 4,081 total)
Thanks Paul. I really do have to get on the CLR train, don't I? I will get to it right after I rewrite all...
February 4, 2010 at 7:22 am
Jeff:
The code I posted was tested before I posted it. It works for the data shown. SQL has no problem doing an implicit conversion from...
February 4, 2010 at 7:11 am
Thanks, Jason.
The reports of my death were greatly exaggerrated.
February 3, 2010 at 8:32 pm
Thanks to you as well, Emperor Paulpatine.
I'm not surprised that the ITVFs are faster than the scalar functions, but I am surprised by the percentage difference for functions that don't...
February 3, 2010 at 8:23 pm
Congratulations, Jack!!
... and belated congratulations Saint Lynn!
February 3, 2010 at 7:04 pm
Thanks, Dave. Exactly the kind of information I was looking for.
February 3, 2010 at 6:45 pm
Curiousity question. Have you seen any documentation about the performance of scalar functions which do NOT do data access compared to inline table valued functions which produce...
February 2, 2010 at 11:13 pm
You might also be able to solve your problem using a Common Table Expression (cte) something like this
;with cte as
(
select purchid, vctmovementmonth, dataareaid, -- and any other columns...
February 2, 2010 at 11:01 pm
Paul,
I assume you are talking about data access within scalar functions, not inline table-valued functions. Data access through ITVF's can be ruthlessly efficient (best I...
February 2, 2010 at 10:51 pm
Do you even need the temporary table?
You can CAST the text column as VARCHAR(MAX) and do the REPLACE in one UPDATE statement
create table sample (data...
February 2, 2010 at 10:39 pm
Paul White (1/26/2010)
BrainDonor (1/26/2010)
http://www.sqlservercentral.com/Forums/FindPost853470.aspx
The same message three times in a row - he's determined someone will write...
January 26, 2010 at 11:07 am
jcrawf02 (1/25/2010)
The Dixie Flatline (1/25/2010)
Hello...Hello...
Is this thing on?
Norm! 😀
Thanks, Jon. 😀
January 25, 2010 at 4:38 pm
A new way to confuse Steve? BRILLIANT!!
January 25, 2010 at 4:37 pm
Hello...
Hello...
Is this thing on?
January 25, 2010 at 3:22 pm
Viewing 15 posts - 1,891 through 1,905 (of 4,081 total)