Viewing 15 posts - 46 through 60 (of 152 total)
How can I deal with this situation, The #Header:
select
UPLN.PRDID
,UPLN.PLNID
,UPLN.PLNNM
,UBRC.BRCNM
,UMBR.MBRANM
,UMBR.MBRID
,UINTH.INTID
,UINTH.INTEDT
,UPLN.PLNSCD
from ebl2ulif.UMBR
,ebl2ulif.UPLN
,ebl2ulif.UBRC
,ebl2ulif.UINTH
where UPLN.PLNID = UMBR.PLNID
and UPLN.PRDID = UMBR.PRDID
...
July 8, 2014 at 2:49 am
So what about the data types from #Header and #Body since we going to Union both queries?
July 7, 2014 at 7:43 am
I'm running the Code in Toad Oracle, so #temp doesn't work there.
July 7, 2014 at 2:58 am
What I want it's for the results of the second query to be joined to the results of the first query. I don't know if that's parallel or not.
July 7, 2014 at 1:25 am
Hi Chris
This is what I tried and I'm still getting the same error
DECLARE @CloneID int,
@Active char(1),
@Processed char(1)
SET @CloneID = 1
SELECT TOP 1 ct.table_name,ct.Clone_ID, crt.ACTIVE,...
June 18, 2014 at 3:33 am
I need to Use SSAS, I want to learn about Cubes and all of that, the SSAS part of BI. It's for learning purpose nothing more.
June 17, 2014 at 11:22 am
I searched for it I can't seem to find it. Is it there anywhere or I can only purchase it??
June 17, 2014 at 10:30 am
Koen Verbeeck (6/17/2014)
What version of SQL Server do you have? Express?In attachment is a screenshot of a 2012 installation (which is pretty much the same as for SQL Server 2008R2).
which...
June 17, 2014 at 2:29 am
which version is this 2012 installation, maybe I can download it and start working with it.
June 17, 2014 at 2:28 am
Well in that case, Installation that I have doesn't have SSAS as a Check Box. All I have is
Database Engine Services
- SQL Server Replication
- Full-Text Search
Reporting Services
Shared...
June 17, 2014 at 2:07 am
Can you provide me with the link to download SSAS, I have googled it and downloaded what I believed to be it, but I still get the same error. I...
June 17, 2014 at 1:44 am
Viewing 15 posts - 46 through 60 (of 152 total)