From: Lu�s Damas on
I'm trying the Beta2 for SQL Server 2005, and in documentation we have
references to a native datatype XML.
When I try to create a table with that datatype I receive the error:

Column or parameter #1: Cannot find data type XML.

Any clues....:

Tks


From: Mike Epprecht (SQL MVP) on
Hi

Books online, and you may want to ask it in the SQL Server 2005 beta
newsgroups:
http://communities.microsoft.com/newsgroups/default.asp?icp=sqlserver2005&slcid=us&NewsGroup=microsoft.private.sqlserver2005.xml

Regards
Mike

"Luís Damas" wrote:

> I'm trying the Beta2 for SQL Server 2005, and in documentation we have
> references to a native datatype XML.
> When I try to create a table with that datatype I receive the error:
>
> Column or parameter #1: Cannot find data type XML.
>
> Any clues....:
>
> Tks
>
>
>
From: Kent Tegels on
Hello Luýs,

LD> I'm trying the Beta2 for SQL Server 2005, and in documentation we
LD> have
LD> references to a native datatype XML.
LD> When I try to create a table with that datatype I receive the error:
LD> Column or parameter #1: Cannot find data type XML.

Let's move this discussion over to the sqlserver2005.xml newsgroup to.

Luis, could you post your create table statement, along with the results
of this query?

exec xp_msver

Thanks!

Kent Tegels
MVP - SQL Server
--The SSX FAQ & Blog: http://tinyurl.com/6r4gb
--My Blog: http://www.tegels.org/


From: Lu�s Damas on
Its a simple
CREATE TABLE T(Col XML);



"Kent Tegels" <kent(a)tegels.org> wrote in message
news:593488632445659580475472(a)msnews.microsoft.com...
> Hello Luýs,
>
> LD> I'm trying the Beta2 for SQL Server 2005, and in documentation we
> LD> have
> LD> references to a native datatype XML.
> LD> When I try to create a table with that datatype I receive the error:
> LD> Column or parameter #1: Cannot find data type XML.
>
> Let's move this discussion over to the sqlserver2005.xml newsgroup to.
>
> Luis, could you post your create table statement, along with the results
> of this query?
>
> exec xp_msver
>
> Thanks!
>
> Kent Tegels
> MVP - SQL Server
> --The SSX FAQ & Blog: http://tinyurl.com/6r4gb
> --My Blog: http://www.tegels.org/
>
>