Viewing 15 posts - 511 through 525 (of 1,839 total)
the encoding would be specified like...
<?xml version="1.0" encoding="ISO-8859-1" ?>
HTH,
January 5, 2010 at 10:09 pm
It looks like XmlDocument uses UTF-8 by default unless you have an encoding attribute in your xml. You haven't posted any sample of the XML so I can't say...
January 5, 2010 at 10:07 pm
You would definitely want to use SCD Type 2 for the contact info. I would personally never attempt to use these as measures, they are completely non-additive, and not...
December 31, 2009 at 2:15 pm
Did you upgrade to Windows 7? This was the symptom of a Win7 -> SSAS connectivity issue. You can search the forum (or google) - from memory (and...
December 14, 2009 at 8:06 am
You've given him public and sysadmin roles 'where'? In SQL Server? SQL and SSAS security are seperate models. If so, you need to explicitly provide access (ie...
December 11, 2009 at 1:52 pm
Scoping of variables is pretty standard in development languages (e.g. C# , java, VB.net etc). If this wasn't available to you, especially on a large code-base, having to have absolutely...
December 11, 2009 at 7:51 am
Lynne, you beat me to it 🙂 Apologies for re-stating what you had already
December 11, 2009 at 7:23 am
Hi,
Neither 'issue' is a bug, it is by design - it's the 'scope' of the variable/s.
When you are at the top level (ie when nothing has focus but the...
December 11, 2009 at 7:21 am
Unless I'm misunderstanding the requirement, seems BOL outlines how to do this here.
Basically write your routines/methods you want to use across different packages into a dll (must be signed) and...
December 9, 2009 at 11:25 am
On relooking at the diagram, logically it looks like the precedence constraints to the archive should be set to 'OR' not 'AND' because, in a single iteration of the foreach,...
December 9, 2009 at 7:05 am
looks like you may have a breakpoint set in the script task. Sometimes this throws the code window up behind the executing BIDS window, so you may want to...
December 8, 2009 at 7:57 pm
@ Sabarinathan:
Tables Involed in creating reports is
Dimension Tables :
LDepartment - Department name
LChain - ChainName is filter
DimProductHierarchy - Product Code (Should be a count)
Measure table :
FactStockOnHand...
December 8, 2009 at 2:37 pm
Let's say you have a package level variable (type object) that contains the ADO table of file names. Then you have a foreach container that iterates through each record in...
December 8, 2009 at 10:16 am
on the success/fail (so basically the conditional flow between tasks) make this based on an expression. You can make it be based on the success/failure of the previous step...
December 7, 2009 at 7:19 pm
Random sampling versus quota sampling? Seems you could be looking for a quota rather than a random sample. The linked pdf (see notes #8 in article) shows minimum...
December 3, 2009 at 1:06 pm
Viewing 15 posts - 511 through 525 (of 1,839 total)