Viewing 15 posts - 5,011 through 5,025 (of 11,678 total)
.xlsx is supported in SQL Server 2012, but not in earlier versions.
August 27, 2013 at 1:20 pm
You can build 21 data marts in SSAS and still link them through linked measure groups and linked dimensions (for example: Linked Measure Groups). However, I usually advice against these...
August 27, 2013 at 1:19 pm
Brandie Tarvin (8/27/2013)
Koen Verbeeck (8/21/2013)
http://www.sqlservercentral.com/Forums/Topic1485861-1063-1.aspx
From now on I shall answers questions in the following manner:
"I have no flipping clue. Please post...
August 27, 2013 at 7:34 am
You use the CTE before the MERGE statement.
WITH myCTE AS
(
...
)
MERGE ...
August 27, 2013 at 7:02 am
Maybe you can locate the missing assembly on your local computer and copy it over to the server?
August 27, 2013 at 5:21 am
Do you get this error when running in BIDS?
August 27, 2013 at 5:08 am
=iif(Fields!FROM_LOC3.Value = "", iif(Fields!FROM_LOC2.Value = "", Fields!FROM_LOC1.Value, Fields!FROM_LOC2.Value), Fields!FROM_LOC3.Value)
August 27, 2013 at 5:06 am
subbareddy542 (8/27/2013)
when ever i have created connection in project level
that time package was failed.
when ever i have created connection in...
August 27, 2013 at 3:40 am
GilaMonster (8/27/2013)
What version they'll do that is however is another matter.
I...
August 27, 2013 at 3:11 am
August 27, 2013 at 2:59 am
If you deployed them to the filesystem, you can see them by going to that directory.
If you deploy to the filesystem (and not in MSDB or the SSIS package folder),...
August 27, 2013 at 2:00 am
Where did you deploy them to? Which version of SSIS are you using?
August 27, 2013 at 1:50 am
Jeff Moden (8/27/2013)
I edited my post without realizing that you had responded. Isn't there some "For Each" loop that can get and loop through files...
August 27, 2013 at 1:42 am
Viewing 15 posts - 5,011 through 5,025 (of 11,678 total)