Viewing 15 posts - 1 through 15 (of 49 total)
what kind of problem with the right join? example pls?
August 14, 2012 at 3:28 pm
This is working fine but i'm missing 2 attributes. how can i get a result to be like this:
<KPICounts>
<KPICount Name="ga:visitors" SiteID="2" TestGoupID="1" GroupName="Production" type="integer" value="100" />
<KPICount Name="ga:visitors2" SiteID="2" TestGoupID="1" GroupName="Production"...
September 22, 2011 at 1:06 am
This is what you want?
create table computerCA (computerCAID int primary key, computerCAName varchar(300), computerCAEmail varchar(500))
insert computerCA
select 1, 'Laura', 'mymail@hotmail.com' union all
select 2, 'Joe', 'herman@hotmail.com'
SELECT computerCAID , computerCAName, computerCAEmail FROM COMPUTERCA...
November 26, 2010 at 2:54 am
Why do you want to compare a table vs a view. They are different.
October 28, 2010 at 3:19 pm
Did you resolve this issue? I'm curious.
July 29, 2010 at 2:11 am
When I do it manually it still gets stuck. I'm guessing the server1 is being blocked. Not sure what is blocked though. Maybe the port? maybe the server1 IP?
May 26, 2010 at 3:24 pm
No, phil.
It only does work if i run it locally.
May 26, 2010 at 9:39 am
Viewing 15 posts - 1 through 15 (of 49 total)