I have a Query in SQL Server ,
It is not accepting OLAP QUERY while passing as a argument,
only it is accepting passing as a constant?
Pl.. help me? here is the SQL Query how to convert to OLAP MDX Query?
dim @v_empId as integer
select * from employee where
EmpID = @v_empId
It is not accepting OLAP QUERY while passing as a argument,
only it is accepting passing as a constant?
Pl.. help me? here is the SQL Query how to convert to OLAP MDX Query?
dim @v_empId as integer
select * from employee where
EmpID = @v_empId