Viewing 15 posts - 571 through 585 (of 1,839 total)
I would probably use an Expression on the variable and pre-pend the full path to it. Alternatively, you could use a second variable to hold the path and perhaps...
September 9, 2009 at 10:31 am
Elliot 9/4/2009
I think this is a partially true statement, only in debug mode when using a script task
Absolutely true!
Elliot 9/4/2009
not the way that 99.9% of us use SSIS
Not so sure...
September 4, 2009 at 1:28 pm
Out of interest, how are you currently executing the packages? Via BIDS? Via SSMS? Commandline? DTSRunUI? If you opt for theUI or Cmdline options, you...
September 4, 2009 at 12:36 pm
Have never heard of the Feature Pack being installed on demand, but I'll take your word for it.
If, when logging in to your machine, these users have no access problems,...
September 4, 2009 at 7:22 am
Hopefully not over-simplifying the problem here but it would appear you're simply counting the appointments and determining that each of these is therefore an hour.
So, why not simply add...
September 3, 2009 at 7:46 pm
Just to confirm, you say your operating system is Server 2003, but the images look remarkably like XP - you're definitely on Win2003??
September 3, 2009 at 4:43 pm
When you say they accessed it from your machine, am assuming you mean they logged in with their own credentials, not just using yours right? If so, it *sounds*...
September 3, 2009 at 11:36 am
Hey Mark,
Just catching up on your progress, sounds like you're getting close. A long time ago we had tried to do something similar (i think it was back on...
September 3, 2009 at 11:34 am
Good to hear you got it. PM me with what you think. I ran (well, technically 'tried to run') ~ 52MM rows through it on Sat night/sun morning...
September 2, 2009 at 10:00 am
Hey Mark,
For the resolution of current level value compared to parent, you could try using something along the lines of (very rough pseudo code)
(([Measures].[AvgScreenViews]) - (Axis(0).CurrentMember.Parent, [Measures].[AvgScreenViews])) / (Axis(0).CurrentMember.Parent, [Measures].[StdDevs])
So...
September 1, 2009 at 2:03 pm
Hey Mark,
Not sure I follow where/why you want 'calculated dimensions'? This link [/url]is from someone who is doing something very similar to what I'e done previously using the...
September 1, 2009 at 1:08 pm
@ben - they *can* be bound, i'm guessing you saw the install option (it's an either-or option) to install either 08R2 (bits) or AS into a MOSS farm. The...
August 28, 2009 at 9:59 am
You should be able to use Gemini with just Office (actually just Excel) and the add-in. There is a 'SQL Server Gemini Add-In for SharePoint 2010' that's sued to...
August 28, 2009 at 7:49 am
Maybe off topic, or obvious to others, it *looks* like additional descriptions are effectively member properties, so depending on the client they won't show up in any list of attributes...
August 27, 2009 at 2:03 pm
I've seen something similar when a client didn't have the attribute relationships set correctly (in that case, not set at all) - the processing and query times took a hit...
August 27, 2009 at 7:20 am
Viewing 15 posts - 571 through 585 (of 1,839 total)