Viewing 15 posts - 1,906 through 1,920 (of 2,458 total)
Great, great article Ed!
August 4, 2014 at 8:32 am
I am better now Jeff, thank you for asking. I dislocated a rib last week. Got it fixed this weekend. All better now. No more softball for me until next...
July 28, 2014 at 4:59 am
Luis Cazares (2/11/2014)
Have you tested again?
Luis - I completely flaked out and missed this message. I am truly sorry and feel like a jerk. I fixed the my code and...
July 24, 2014 at 2:48 pm
Jeff Moden (7/17/2014)
Alan.B (2/7/2014)
July 24, 2014 at 2:06 pm
...I know that TOP ### in order to support ORDER BY is a kludge, that might disappear in a future release.
I think I know what Post you are talking...
July 14, 2014 at 4:21 pm
Jeff Moden (7/10/2014)
Alan.B (7/10/2014)
Phil, you can make this more than twice as fast by turning it into an inline table value function like this:
To that, I say... are you sure?...
July 14, 2014 at 9:32 am
aochss (7/10/2014)
Msg 8152, Level 16, State 14, Line 1
String or binary data would be truncated.
The statement...
July 10, 2014 at 3:34 pm
Phil Factor (7/10/2014)
[font="Courier New"]
-- does a particular procedure exist
IF EXISTS ( SELECT 1
FROM information_schema.Routines
WHERE ROUTINE_NAME = 'LeftTrim'--name of procedire
AND ROUTINE_TYPE = 'FUNCTION'--for a...
July 10, 2014 at 10:43 am
ISNUMERIC('-') returns a 1. Discovered that this week (at an inconvenient time no less).
July 10, 2014 at 6:58 am
It's worth noting that these are referred to as Compound Assignment Operators and you can use them for multiplication (*=), division ( /=), modulo (%=), and a few bitwise...
July 10, 2014 at 5:42 am
Great article, 5 stars. I new nothing about this. Learned something new today already!
July 10, 2014 at 5:04 am
stephen.salowitz (7/9/2014)
Do you know of any great (online preferably) resources that I can use to learn more about SSAS?
Two key books:
I don't know what version you are considering but...
July 9, 2014 at 3:27 pm
stephen.salowitz (7/9/2014)
Thanks for the info, it was what I was looking for.
No prob. Glad to help!
July 9, 2014 at 2:02 pm
Eirikur Eiriksson (7/8/2014)
😎 ...This brings the cost of execution for this code...
July 9, 2014 at 9:33 am
Are we supposed to do your work? Or do you have something done already?
+1
Hey, thanks for the smart-*** remark. I'm looking for alternatives to using a cursor here. If...
July 8, 2014 at 6:22 pm
Viewing 15 posts - 1,906 through 1,920 (of 2,458 total)