|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server XMLmicrosoft.public.sqlserver.xml
im trying to do a xquery hello world in sql server 2005 but i keep getting this error:
DR -
26 Oct 2007 9:21 PM - 4 messages
im trying to do a xquery hello world in sql server 2005 but i keep getting this error: select foo.query('return <z/>') as result from foo Msg 4121, Level 16, State 1, Line 3 Cannot find either column "foo" or the user-defined function or aggregate ...
Creating XML
Loren Dummer -
26 Oct 2007 8:59 PM - 5 messages
I am reading 2 values from a database table, Status and SubStatus are the column names. I am trying to create my output as xml. SELECT tablename.status as '@status' ,tablename.substatus ...
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server
DR -
25 Oct 2007 2:40 AM - 1 message
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I ...
Getting all identity values after inserting shredded XML data
J. Merrill -
24 Oct 2007 9:28 PM - 3 messages
I can send an XML document to a stored proc, and in the SP use sp_PrepareDocument and OpenXML to produce a table that can be used in an insert statement like insert mytbl(a,b,c) select * from OpenXML.... ...
Complex Query to XML
gapletona -
23 Oct 2007 9:07 PM - 2 messages
I have a complex query that is doing nesting and recursive loops in an ASP page, however this is taking way to long to process so I thought I could put it in a stored procedure. However, this is proving harder ...
XML parsing speeds
JRStern -
22 Oct 2007 7:11 PM - 1 message
Well, very interesting stuff, trying different syntax and mechanics! This is based on a tiny XML message, as seen in recent messages from me. Results on larger (2+ megabyte) will probably be very different - I saw a 60x difference on one the other day, and in these tests, nothing of that ...
|
|||||||||||||||||||||||