Viewing 15 posts - 391 through 405 (of 812 total)
Mr. Kapsicum (12/5/2013)
this is one feature that i am eagerly waiting,,, wanna try my hand out on this.😎
+1
December 6, 2013 at 5:48 am
Starting from sqlserver2008, you can declare and set a variable in one statement,
but you can NOT initialize a second variable with another inside the same declaration.
declare @a varchar=...
December 5, 2013 at 7:31 am
Pawel Borkowski (12/3/2013)
According to the explanation - I think that 3rd query shall be about table, not about index:WHERE i.name = 'Tab1'
No, it returns the filegroup for the index.
December 3, 2013 at 6:30 am
Koen Verbeeck (12/2/2013)
Evgeny (12/1/2013)
What is wrong with this answer?CREATE NONCLUSTERED INDEX IDX_A ON #temp1(a)
+1
Why is this answer "incorrect"?
Flawed question today, better luck next time 🙂
It's wrong because the optimizer...
December 2, 2013 at 12:55 am
steve.jacobs (11/30/2013)
Comments posted to this topic are about the item <A HREF="/questions/T-SQL/104494/">Order My Data</A>
OhiOhiOhi.
The only right answer is add a "order by clause" to the select statement.
Without the order by...
December 1, 2013 at 3:35 pm
Koen Verbeeck (11/18/2013)
The following SQL Server Database Engine features are supported in the next version of SQL Server, but will be removed...
November 19, 2013 at 2:04 am
Koen Verbeeck (11/13/2013)
Secondly, developer is the same as enterprise feature-wise,...
November 13, 2013 at 1:27 am
I couldn't believe!
I never expected this kind of question!
It is the same as:
any number multiplied by 0 returns ZERO,
so, you assume that any number added to zero should return ZERO!
:w00t:
November 8, 2013 at 1:06 am
murray-906152 (11/6/2013)
you state 'NOTE: You will notice that James was case insenstive (COLLATE SQL_Latin1_General_CP1_CI_AS )' in your answer but this is very much site specific.
(I answered on the basis that...
November 7, 2013 at 12:50 am
It is recommended that you set the clusters to 4kb.
Thanks! 🙂
November 6, 2013 at 3:05 am
Till now "Ask a co-worker?" is 0%.
I am really surprised!
😛
October 24, 2013 at 12:59 am
Viewing 15 posts - 391 through 405 (of 812 total)