Viewing 15 posts - 271 through 285 (of 535 total)
gissah (3/16/2011)
...
March 16, 2011 at 11:57 am
One reason for using NoSQL is when there is no need to be careful about how safe the data is. NosSQL can be the "down and dirty," or "git...
March 14, 2011 at 9:05 am
Jeff Moden (3/11/2011)
mtillman-921105 (3/11/2011)
Also, you should rewrite the query to use an INNER JOIN rather than the older way its using more than one table.
There's no performance gain in it....
March 14, 2011 at 8:27 am
Also, you should rewrite the query to use an INNER JOIN rather than the older way its using more than one table.
March 11, 2011 at 3:54 pm
I'm not sure you need the dynamic SQL there since your only variable is after the = sign in the query.
To answer your question, yes, you could use it later...
March 11, 2011 at 3:51 pm
Stefan Krzywicki (3/4/2011) Yeah, but that's the WordPress.com site. He should be fine as he'll host it himself.
Ah, I should have caught that. Never mind.
March 4, 2011 at 1:00 pm
Alvin Ramard (3/4/2011)
March 4, 2011 at 12:34 pm
Thank you for your answers, especially from two of you who are exceptionally knowledgeable, but I should have mentioned that this is on a warehouse which is not very often...
March 4, 2011 at 8:00 am
@mazz, that picture's hilarious - it must be a Border Collie. I have a Border Collie / Lab mix myself (in addition to a Husky). It's hard to...
March 3, 2011 at 3:55 pm
vvignesh86 (3/3/2011)
I have the same issue and when I try
=IIF(Fields!Column1.Value + Fields!Column2.Value = " ",TRUE,FALSE)
While previewing am getting
"The Hidden expression for the tablix 'Tablix1' contains an error: Input...
March 3, 2011 at 9:50 am
OK, the next time I submit a question, I'll be sure that the fluke answer, if there is one included, can in no way be misconstrued as a possible right...
March 1, 2011 at 2:24 pm
You're welcome - glad I could help.
March 1, 2011 at 1:11 pm
It looks like you may be trying to concatenate with the & sign, bit if so, you don't need the first [= " "]. I'm sort of guessing here,...
March 1, 2011 at 12:51 pm
sknox (2/28/2011)
mtassin (2/28/2011)
SELECT 0%0
gives
Msg 8134, Level 16, State 1, Line 1
Divide by zero error encountered.
So it seems you can use it to divide 0 by 0...
February 28, 2011 at 9:17 am
Viewing 15 posts - 271 through 285 (of 535 total)