Viewing 15 posts - 16 through 30 (of 49 total)
Thanks for your responses.
But my problem is not the getting data (output) efficiently, rather I want to know that when I was using DISTINCT clause along with COALESCE, I was...
January 7, 2010 at 11:23 pm
Thanks for your responses.
But my problem is not the getting data (output) efficiently, rather I want to know that when I was using DISTINCT clause along with COALESCE, I was...
January 7, 2010 at 11:18 pm
Kathi Kellenberger (12/9/2009)
At least for me, I have really liked using CTEs because it makes the query easier to read and I have seen performance improvements depending on the situation.
Yes...
December 10, 2009 at 12:04 am
Nice article.
I know that this is not a place to ask questions, but some how it is related to CTE execution. So..
I have a CTE, which contains around 4-5 tables...
December 9, 2009 at 4:39 am
Hi,
Thanks a lot,
CirquedeSQLeil (12/7/2009)
http://msdn.microsoft.com/en-us/library/ms191432(SQL.90).aspx
Explanation said that the view must not contain any deterministic functions. The referenced article states that...
December 8, 2009 at 12:54 am
dewit.john (10/15/2009)
October 26, 2009 at 12:28 am
iermis (10/12/2009)
SELECT * INTO #LockHelp FROM Rainfall_Events WITH (TABLOCKX) WHERE 1=2. This statement does not fetch...
October 12, 2009 at 3:12 am
DBA-640728 (10/8/2009)
October 9, 2009 at 2:59 am
David Walker-278941 (9/23/2009)
john.arnott (9/23/2009)
David Walker-278941 (9/23/2009)
Tao Klerks (9/23/2009)
David Walker-278941 (9/23/2009)
September 30, 2009 at 5:24 am
David Walker-278941 (9/23/2009)
ssismaddy (9/23/2009)
select 1.a -- gives the column name a and prints...
September 30, 2009 at 5:19 am
Abhijit,
Great Article.
Moreover, nicely explained and modified by Jeff.
Really appriciate.
🙂
September 11, 2009 at 3:27 am
Stephen,
Nice article.
This is another strong reason to say not to use SELECT *, instead use SELECT [column names].
September 11, 2009 at 3:07 am
Viewing 15 posts - 16 through 30 (of 49 total)