Viewing 15 posts - 466 through 480 (of 1,839 total)
Am pretty sure that you can't do this. The RDL got some serious extentions when moving 2008 (simple examples are the gauges etc, avail in 2k8 but not 2k5).
The...
February 8, 2010 at 9:41 am
Are you a local admin on your machine?
Can you screen shot SSMS as you try to connect the object browser to the SSAS instance?
February 6, 2010 at 7:56 am
What do you see, in the Services control panel applet? e.g. On my machine, I see the following
SQL Server Agent (MSSQLSERVER)
SQL Server Analysis Services (MSSQLSERVER)
SQL Server Browser
Obviously this is...
February 6, 2010 at 12:36 am
Using local host is unlikely to work when running a named instance. The fact that you can't connect using SSMS is concerning.
I hate to harp on it,...
February 6, 2010 at 12:05 am
Out of interest, is the key on your Month attribute something like 201001 for January 2010 and 200912 for December 2009? If the key is actually the same as...
February 5, 2010 at 2:04 pm
To get around this I created views and casted the xml to varchar. I was 'lucky' though as I was able to use varchar(4000) because none of my xml...
February 5, 2010 at 1:54 pm
Technically, yes, would you want to? probably not.
An old article on distributed queries, am sure there are newer ones out there --> http://support.microsoft.com/default.aspx/kb/218592
February 5, 2010 at 1:31 pm
Is it a named instance?
Can/have you connected to it via SSMS? If so, what name do you use when connecting? Have you tried using this same...
February 5, 2010 at 10:39 am
And you do have SQL Server Analysis Services installed to the local server? Your service is either not started, or not installed.
February 5, 2010 at 10:15 am
Please don't cross-post.
All replies should be made at http://www.sqlservercentral.com/Forums/Topic860602-17-1.aspx
February 5, 2010 at 10:12 am
Not saying this is it, but have you used Expressions in SSIS? If not, it's *possible* that an expression is either i) changing the variable (assuming script is in...
February 4, 2010 at 1:15 pm
Ok, am assuming a typo but are you *sure* the table is being recreated and it's not erroring out?
The DROP is dropping a different table :hehe:
February 4, 2010 at 1:03 pm
Out of interest, the two queries you've provided reference different dimensionality for the rows, which may/may not make a difference (it could if the dimension is not related to the...
February 3, 2010 at 11:18 am
One thing to note - appears the XML Destination likes to consume strings rather than blobs. If you have some level of control over your OLE DB...
February 3, 2010 at 9:30 am
Hi Mick,
Seems to work as advertised. Ran a quick test with two XML files (XML Source in the dataflow) and then a single new FileConnection as the target for...
February 3, 2010 at 8:01 am
Viewing 15 posts - 466 through 480 (of 1,839 total)