执行SQL Server CLR“ hello world”时出错

| 运行此样本时
CREATE TYPE LocationTableType AS TABLE 
    ( LocationName VARCHAR(50)
    , CostRate INT )
GO
从SQl Manager(SQL Server 9)中,我收到此错误:
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword \'AS\'.
sp_configure \'clr enabled \'已经设置为1,并且服务已重新启动。 什么地方出了错? 谢谢, P     
已邀请:
  (SQL Server 9) 用户定义的表类型是SQL Server 2008版本10中引入的功能。 SQL Server 2005中的“ 2” SQL Server 2008中的“ ​​2”     

要回复问题请先登录注册