Viewing 15 posts - 571 through 585 (of 819 total)
baabhu (3/19/2012)
Thank you bitbucket. Nice and straight forward question.--- Babu
+1
Thank you very much.
March 20, 2012 at 2:01 am
GilaMonster (3/19/2012)
March 19, 2012 at 3:17 am
R.P.Rozema (3/8/2012)
The proper explanation has been given in this thread. To be sure I...
March 8, 2012 at 2:56 am
R.P.Rozema (3/8/2012)
tim.kay (3/8/2012)
Got it right and thought that I understood - now looking at the other posts I am slightly confused.
So am I, as I was very sure I had...
March 8, 2012 at 2:39 am
R.P.Rozema (3/8/2012)
To preserve duplicates in only...
March 8, 2012 at 1:34 am
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
set @f...
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
Viewing 15 posts - 571 through 585 (of 819 total)