Viewing 15 posts - 91 through 105 (of 1,839 total)
No, developer isn't free (but also not expensive (under $100 if i recall correctly). But you really need to decide on what you're trying to achieve. you can't...
June 17, 2014 at 11:12 am
Yep, everything, to the extent that if you try and run it ont he same server/instance without changing some names, it'll fail (because these already exist).
June 16, 2014 at 12:26 pm
This sounds like a reasonably good use case for STreamInsight - came out in 2008R2, still there in 2012 and 2014, can't speak to it's true longevity in the product...
June 16, 2014 at 8:09 am
In what context??
As a general statement, all dimensions are database dims but not all database dims are cube dims.
June 13, 2014 at 4:47 am
Is your service installed as an instance, or the default instance?
June 12, 2014 at 10:25 am
Yes (but, being pedantic, there wouldn't be a 'delete' per se on the dimensions. you might flag a record but deleting isn't overly fun, then you need to del...
June 9, 2014 at 1:40 pm
I'm sort of not going to answer your question directly, but hope that you might get what you want indirectly 🙂
If you're working with say Student, Course, Room etc -...
June 9, 2014 at 12:44 pm
When you say the data in them could change any day, this is true of many slowly changing dimensions, but we don't rebuild these daily. Typically the key...
June 9, 2014 at 12:22 pm
To ensure I fully understand - you're completely tearing down your dimensions, rebuilding them (hence the new keys), on a daily/load basis?
If so, not much you can do other than...
June 9, 2014 at 11:56 am
Hi Jose,
Bit of a known issue. Seems the best work around is to create two copies of your template and then file copy the empty one to the directory...
June 5, 2014 at 11:28 am
if you're now trying to use the copied out xml (from within the package), then try saving it as an xml file, ensure you have root element in there, and...
June 2, 2014 at 8:02 am
If you open/edit the dtsx (in say notepad++) and then search for <DTS:Variables> you can take that entire section. You'll need to do reformating to make it work nicely...
June 2, 2014 at 7:08 am
Hi baddulas, I've got the package but honestly dont have time to modify all the components to be able to test it.
A quick search shows that return code 9 from...
June 1, 2014 at 1:02 pm
If you don't want to hard code the path into the outer batch file, set the WorkingDirectory property on the ProcessStartInfo object
StInfo.UseShellExecute...
May 31, 2014 at 7:52 pm
Definitely modify the expression on the @Arguments variable to have the space between the two file names as Eirikur pointed out, you can't have the parms run onto each other...
May 31, 2014 at 7:34 pm
Viewing 15 posts - 91 through 105 (of 1,839 total)