Viewing 5 posts - 1 through 5 (of 5 total)
BEGIN
Update TABLE1
Set Column1 = (Select convert(date,CallStart) as CallStart
From TABLE1
Inner join TABLE2 P ON A.ProcessID = P.ProcessID)
END
When I execute the above Query i am faing the following error.
Msg 512, Level 16,...
March 28, 2011 at 3:11 pm
Update T2
Set CallDate = ( select CallStart
from T1
where convert(Date, CallStart)
its an syntax error.
thanks.
March 28, 2011 at 10:10 am
IS that if we create the cubes and dimensions in visual studio does come into AS database which we can open through SSMS?
March 9, 2011 at 5:38 pm
Viewing 5 posts - 1 through 5 (of 5 total)