Viewing 15 posts - 31 through 45 (of 151 total)
ASFSDJG (9/7/2012)
If we force clustered index it is display all the columns .
select * from <table_name> with (index (cluster index name>)) where field_id = 2
its gets result.
Execution plan attached
Can you...
September 7, 2012 at 3:19 am
Can you please post the execution plans for the statements?
What is the output if you force clustered index scan by adding WITH (INDEX (1)) hint for all the queries? For...
September 7, 2012 at 1:48 am
SQL Kiwi (9/4/2012)
Blog post is up: http://bit.ly/ComputeScalar
As always, top notch stuff. I admire how you keep in-depth details so simple yet so effective. Not to mention there is always a...
September 5, 2012 at 8:23 am
SQL Kiwi (8/29/2012)
Usman Butt (8/29/2012)
hahahaha..but your version too started with varchar(max) as the parameter, so would the explicit conversion to nvarchar(max) would have matter :hehe:
Not at all. I wasn't...
August 29, 2012 at 8:11 am
SQL Kiwi (8/29/2012)
Usman Butt (8/29/2012)
August 29, 2012 at 7:38 am
SQL Kiwi (8/29/2012)
Usman Butt (8/29/2012)
1. Does Replacing an expression from varchar(max) takes less time than nvarchar(max)? I have seen this behavior many times.
The varchar version will be half the size...
August 29, 2012 at 7:04 am
SQL Kiwi (8/29/2012)
Usman Butt (8/29/2012)
I do not know BWAA-HAAA!!!! is the right word to use here but using it anyhow.
Ha! Very good. You know passing NEWID as a...
August 29, 2012 at 3:07 am
SQL Kiwi (8/28/2012)
Usman Butt (8/28/2012)
August 29, 2012 at 1:02 am
SQL Kiwi (8/28/2012)
By the way, Oleg's XML function also fails when a semicolon is the delimiter and characters like '<' or '&' are present.
Yes, absolutely correct. This is...
August 28, 2012 at 11:04 pm
Nadrek (8/28/2012)
Jeff Moden (8/28/2012)
August 28, 2012 at 9:10 am
SQL Kiwi (8/28/2012)
Jeff Moden (8/26/2012)
Ok... I tried those two. Why does the LEFT(@@Dbts,0) speed things up so much?
It's intriguing, enough to be the subject of my next blog post...
August 28, 2012 at 6:11 am
SQL Kiwi (8/28/2012)
Usman Butt (8/28/2012)
August 28, 2012 at 5:46 am
peter-757102 (8/28/2012)
Jeff Moden (8/26/2012)
Ok... I tried those two. Why does the LEFT(@@Dbts,0) speed things up so much?
I did not even knew this existed, but if it is faster, it...
August 28, 2012 at 3:17 am
ChrisM@Work (8/24/2012)
SQL Kiwi (8/24/2012)
Usman Butt (8/24/2012)
August 24, 2012 at 4:56 am
SQL Kiwi (8/24/2012)
Usman Butt (8/24/2012)
August 24, 2012 at 4:26 am
Viewing 15 posts - 31 through 45 (of 151 total)