Viewing 15 posts - 16 through 30 (of 151 total)
dwain.c (2/22/2013)
mister.magoo (2/22/2013)
ChrisM@Work (2/22/2013)
L' Eomot Inversé (2/22/2013)
mister.magoo (2/22/2013)
Sorry if I have made a mistake, but I think...
February 22, 2013 at 11:14 am
TheSQLGuru (1/16/2013)
Once you switch from an iTVF to a multi-statement TVF you are dead meat and the Fat Lady is belting a tune.
Not always true 🙂 It really depends upon...
January 17, 2013 at 3:14 am
aochss (1/16/2013)
January 17, 2013 at 3:01 am
ChrisM@home (10/15/2012)
Edit: Should have read Usman's post first!
No worries 🙂 Your way of explaining was rather good for me to analyze how better my explanation could have been 😉
October 16, 2012 at 3:24 am
Nice. I would have thought it the same way 🙂 But I think the self join can be omitted
;WITH Tally(N) AS (SELECT ROW_NUMBER() OVER(ORDER BY (SELECT NULL))
...
October 16, 2012 at 3:08 am
yasubmj (10/15/2012)
October 15, 2012 at 3:55 am
To me this is fine and the optimizer is doing it what seems to be an efficient way. In first case, the optimizer knows that it has to update the...
October 12, 2012 at 7:21 am
SQL Kiwi (9/17/2012)
September 17, 2012 at 11:37 am
Very nicely thought indeed. Great 😎 Not to mention how tricky it is to understand NOT LIKE %[NOT DIGITS]% 😉 Also the reasons why ISNUMERIC fails (do not work as...
September 17, 2012 at 11:17 am
SQL Kiwi (9/11/2012)
Usman Butt (9/11/2012)
Another thing I just noticed is the return data type for the item is nvarchar(4000). Should not it be nvarchar(max)?
Not for me, no 🙂
The source code...
September 12, 2012 at 7:43 am
peter-757102 (9/11/2012)
An example...
September 11, 2012 at 8:50 am
m.t.cleary (9/11/2012)
peter-757102 (9/11/2012)
September 11, 2012 at 8:41 am
m.t.cleary (9/11/2012)
Usman’s N1 splitter is in http://www.sqlservercentral.com/Forums/FindPost1303895.aspx
On the subject of benchmark frameworks, I have some sympathy for storing the output. Splitters are often used where you are going...
September 11, 2012 at 8:37 am
SQL Kiwi (9/11/2012)
m.t.cleary (9/11/2012)
September 11, 2012 at 8:32 am
ASFSDJG (9/7/2012)
(
[Publication_ID] ASC,
[IsDeleted] ASC
)
INCLUDE ( [Author_ID],
[Seq_No]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF,...
September 7, 2012 at 3:43 am
Viewing 15 posts - 16 through 30 (of 151 total)