|
From: Lu�s Damas on 21 Feb 2005 15:04 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 21 Feb 2005 07:57 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 21 Feb 2005 07:59 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 21 Feb 2005 18:59 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/ > >
|
Pages: 1 Prev: VSS with SQL server Next: Fragmentation Issues and Long Index Defragmentation Times. |