Viewing 15 posts - 301 through 315 (of 1,048 total)
Welsh Corgi (2/16/2012)
Eugene Elutin (2/16/2012)
What query have you tried?Have you copied CASE statement together with AS [ColumnName]?
If so remove "AS [ColumnName]" from GROUP BY
I tried it and it did not...
February 16, 2012 at 8:12 am
Welsh Corgi (2/16/2012)
sturner (2/16/2012)
as calvo stated, you'll need to include the complete case statement in your group by.I tried it and I get a syntax error.:-D
bet you left the "AS...
February 16, 2012 at 8:07 am
Eugene Elutin (2/16/2012)
sturner (2/16/2012)
...The probability of survival is inversely proportional to the angle of arrival
I like it and have another one:
Exit from unexitable situation is usually located at the same...
February 16, 2012 at 7:46 am
as calvo stated, you'll need to include the complete case statement in your group by.
February 16, 2012 at 7:24 am
One of the reasons to use a char data type over a varchar is to avoid performance problems if the column gets updated some time after the row has been...
February 7, 2012 at 11:31 am
GSquared (1/9/2012)
But what most developers mean by "Agile" is actually "Cowboy". Database development can be quite Agile. It creates a horrible mess when it's done Cowboy-Coder style.
Eloquently stated...
February 7, 2012 at 8:37 am
Hmmmm... I always thought you needed enterprise edition to save them.
February 2, 2012 at 11:31 am
paul.knibbs (2/2/2012)
February 2, 2012 at 9:52 am
I'd run a profiler trace. Look for any batch requests coming from your computer. You probably have some tool running that is causing this.
February 2, 2012 at 8:18 am
set up a view that includes the global @@servername as one of the columns in the select. Reference this view from your SSIS task.
February 1, 2012 at 1:00 pm
Should not be necessary in company with competent leadership.
In my experience, companies where the managers and officers are clueless about morale (or anything else for that matter) wouldn't believe anything...
January 31, 2012 at 6:42 am
GSquared (1/27/2012)
Stop trying to help them.
Personally, I am growing more and more fond of Celko's approach with each passing day.
January 27, 2012 at 7:12 am
jcrawf02 (1/26/2012)
Lynn Pettis (1/26/2012)
January 26, 2012 at 3:00 pm
Eric M Russell (1/26/2012)
January 26, 2012 at 10:50 am
Viewing 15 posts - 301 through 315 (of 1,048 total)