Viewing 15 posts - 571 through 585 (of 812 total)
I get it right, but I disagree with explanation:
If at least one 'Union' is used, duplicates will be removed from the entire final result set, no matter where the 'Union'...
March 8, 2012 at 1:11 am
What do you mean for "created and loaded database"?
March 7, 2012 at 1:48 am
Good, very good article!
Thank you!
🙂
March 7, 2012 at 1:18 am
Same problem if you specify a subquery in the NOT IN clause instead of values.
If one row returned from the subquery contains NULL, the main query doesn't return rows.
SELECT *...
March 1, 2012 at 2:54 am
This script demonstrates some problem with implicit conversion:
declare @v-2 varchar(30)
,@f float
-- here you think it is all right and it is
...
February 29, 2012 at 6:39 am
This kind of error also is independent from version of sqlserver.
You can not use - * / operators with chars
February 29, 2012 at 1:54 am
Very good question.
I really really really learnt a new good feature.
Thank you a lot.
😛
February 27, 2012 at 9:05 am
Hugo Kornelis (2/22/2012)
What apparently happens is that SSMS gets all properties from the model database and uses them to pre-populate the properties...
February 22, 2012 at 2:20 am
BrainDonor (2/22/2012)
February 22, 2012 at 1:58 am
Koen Verbeeck (2/22/2012)
Damn you MSDN!Any documentation that supports the correct answer?
I found this: http://msdn.microsoft.com/en-us/library/ms190249.aspx
It states that:
To change the default values for any one of the database options for all newly...
February 22, 2012 at 1:08 am
I think there's a BUG in the "Contribution Editor". I couldn't believe that so many questions are wrong.
😎
Steve, please correct the points and the "Contribution Editor".
February 20, 2012 at 3:53 am
ipounder (2/20/2012)
Good question that made me think. Shame the quoted reference doesn't match the 'correct' answers.
+2
February 20, 2012 at 2:42 am
Hugo Kornelis (2/10/2012)
February 10, 2012 at 2:47 am
I know that query optimizer use index on view only for some edition, but with noexpand you can force the use of index. I still working with sql2000. In sql2008...
February 10, 2012 at 1:25 am
Viewing 15 posts - 571 through 585 (of 812 total)