Viewing 15 posts - 181 through 195 (of 1,033 total)
aaah duh.... figured out how to search...
here it is.
Of course he counterracts his own "don't" statement from before and says it shouldn't matter. Which is what I thought until...
December 5, 2012 at 9:36 am
What's odd, was that I was in a session held by Microsoft about 2 years ago and the expert talking about performance recommended against it. Something about how the...
December 5, 2012 at 9:31 am
mtassin (12/4/2012)
I get this if I run the script.Msg 102, Level 15, State 1, Line 8
Incorrect syntax near 'GO'.
If I remove the semi-colon from the GO, it works.
BLAH! Why...
December 4, 2012 at 10:31 am
I get this if I run the script.
Msg 102, Level 15, State 1, Line 8
Incorrect syntax near 'GO'.
If I remove the semi-colon from the GO, it works.
December 4, 2012 at 10:27 am
I thought it was a good question... a little bit tedious for me to pick through (apparently I need more coffee or something), but a good one nonetheless.
November 13, 2012 at 9:33 am
I was going to say... method two.
cast(cast(reverse(substring(cast(@t as binary(9)),2,5))
as binary(5)) as bigint)*100
Lacks a select, lacks a declare for @t, etc... and the question was , which methods...
November 8, 2012 at 7:50 am
I should have looked at and answered this one this morning.
Instead I'm sitting here after a big lunch barely concious... I think I picked answers at random.
November 2, 2012 at 12:29 pm
Just an FYI here.
I managed to get my SSIS package to process SSAS.
I did it by creating a Job in SQL Agent to run the IS task.
When I then ran...
November 1, 2012 at 8:58 am
This is something I've wanted to have in my pocket for a long time.
SQL has always made sense to me... MDX has not... and until I've read and re-read this...
November 1, 2012 at 8:21 am
Oh and of course I got it wrong... because I just went with
SELECT ASCII('Z')-ASCII('0')
Sadly I'm just too dang American... A thru Z, 0 thru 9... sure... but ASCII isn't Latin1_General_CI_AS
November 1, 2012 at 8:09 am
SQL Kiwi (11/1/2012)
derek.colley (11/1/2012)
November 1, 2012 at 8:06 am
Viewing 15 posts - 181 through 195 (of 1,033 total)