Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL function error

Author  Topic 

kongaung
Starting Member

8 Posts

Posted - 2009-01-12 : 22:52:41
In my computer, i have install sql server 2000, and sqlserver 2005
i would like to run some sql datamining function such as create cube,
create olap mining_cube, pivot etc... i can not use any usage function. May i know what can need to install and to run this function.....

kongaung(zarnimg)
myanmar

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-12 : 23:41:25
check your compatibility level using below statement
EXEC sp_dbcmptlevel

it should be 90 or above for using features like pivot
Go to Top of Page
   

- Advertisement -