Viewing 15 posts - 16 through 30 (of 1,113 total)
Hello All,
I just refreshed all my posts.
This is a very old post (asked on 2009) 🙂
How to identify whether a code fall under O(n) / O (n2) / O(n log...
March 16, 2013 at 9:59 am
I thought Fried Rice 😀 & Egg Omlet 😛
March 13, 2013 at 1:07 am
is this a secret maintened by microsoft ? 🙂
March 8, 2013 at 4:10 am
Why does it matter which one SQL uses?
I am asking "Out of Curiosity" to know the algorithm used by the engine.
March 8, 2013 at 4:09 am
whereever the optimizer sort the data, it sould use some algorothim to do this operation? Right?
My question is simple, is there any alogrithm used for ORDER BY clause or...
March 8, 2013 at 1:57 am
I have a table with 5 rows.
100
5
232
534453
23
No index has been created.
If I use ORDER BY , which alogirthm is used to do this sort operation?
5
23
100
232
534453
March 7, 2013 at 5:41 am
yes. You are correct. We have changed the same in UI. The date will come in the expected format in future. But for the existing one, I have to update...
February 22, 2013 at 5:01 am
Gail,
You are right. The first one uses index seek and the second one uses "Table Scan". How? I used the indexed column only. Um..I guess..The optimizer choose "TableScan" as...
January 22, 2013 at 2:12 am
hum...interesting...topic..discussion..alng with some snow fight...
December 25, 2012 at 11:59 pm
Viewing 15 posts - 16 through 30 (of 1,113 total)