Viewing 15 posts - 61 through 75 (of 151 total)
GSquared (8/6/2012)
And the key to the article was the bit about inline 1X1 UDFs as "scalar" functions with better performance, and the point about Set Stats. Regardless of ICaps...
August 7, 2012 at 4:15 am
Jeff Moden (8/6/2012)
Usman Butt (8/6/2012)
Can I safely assume that you have approved my Anti-RBAR alliance membership? 😉
Heh... make no "Butts" about it. 🙂 I know, I know... you've had...
August 7, 2012 at 3:59 am
Jeff Moden (8/5/2012)
mmilodragovich (8/1/2012)
August 6, 2012 at 1:03 am
Jeff Moden (8/5/2012)
I can't find the faulty experiment I did but it does't matter now. Usman's fine bit of T-SQL prestidigitation will do.
Can I safely assume that you have...
August 6, 2012 at 12:43 am
@peter-757102 Sorry for the misunderstanding.
Just re-read the article and realize that I have missed some points. Must be sleepy while reading it the first time :crazy:
August 3, 2012 at 5:45 am
GSquared (8/2/2012)
Usman Butt (8/2/2012)
GSquared (8/1/2012)
Here's a function I tested, and the test I used....
@GSquared Any reason for not turning it into iTVF/iSF? I guess then the it could...
August 3, 2012 at 4:06 am
peter-757102 (8/2/2012)
August 3, 2012 at 4:03 am
Using GSquared's testing technique (tweaked the insert script a bit to avoid optimizer's table spool intelligent duplicate string handling)
--DATA POPULATION SCRIPT
CREATE TABLE ##T
(
...
August 2, 2012 at 6:14 am
Sorry, since not everyone have the tally table physically on their servers, here is a version using cteTally
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE FUNCTION [dbo].[InitialCapiTVF_CteTally] (@String VARCHAR(8000))
RETURNS TABLE WITH SCHEMABINDING AS...
August 2, 2012 at 5:08 am
GSquared (8/1/2012)
USE [ProofOfConcept]
GO
/****** Object: UserDefinedFunction [dbo].[InitialCapTest1] Script Date: 08/01/2012 11:20:42 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER FUNCTION [dbo].[InitialCapTest1]...
August 2, 2012 at 4:48 am
As always great article. But I am sure there must be something up your sleeve 😉 After following you so much I am not believing that you would be using...
August 2, 2012 at 4:04 am
That policy is certainly possible, but why you need that is somewhat not understandable. There are several factors to be considered before implementing the compression on the table.Anyhow, the sys.partitions...
June 19, 2012 at 12:47 am
Jeff Moden (5/22/2012)
May 24, 2012 at 4:26 am
michael vessey (5/23/2012)
have you validated that there is no open source code in the CLR that has a reciprocal license that requires you to publish the source code of your...
May 23, 2012 at 4:50 am
SQL Kiwi (5/22/2012)
David Benoit (5/22/2012)
May 23, 2012 at 1:25 am
Viewing 15 posts - 61 through 75 (of 151 total)