dbTalk Databases Forums  

Sponsored Links


microsoft.public.sqlserver.xml microsoft.public.sqlserver.xml


Discuss in the microsoft.public.sqlserver.xml forum.



Post New Thread
Threads in Forum : microsoft.public.sqlserver.xml Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I have MS XML6 SP2 installed on a XP SP3 Home edition PC. When trying to install the SP3 upgrade to SQL it fails with a messeage in the log that the...
KevinF
04-02-2009 10:31 AM
KevinF Go to last post
0 164
Hi, lets say I have the following xml file: declare @x xml set @x =...
Majid
04-02-2009 06:12 AM
Martin Honnen Go to last post
1 165
I am a rank beginner, so I hope my question isn't too stupid. I am working on Sql 2005. As a exercise, I am supposed to aggregate the sales from...
Bev Kaufman
04-01-2009 10:47 PM
Bob Beauchemin Go to last post
2 119
March 30, 2009 Xponent is pleased to announce Beta version 2.0.6 of its XMLMax Virtual XML Editor. This version introduces two features,...
drewarmentino@xponentsoftware.com
04-01-2009 05:08 PM
drewarmentino@xponentsoftware.com Go to last post
0 130
Hi, we are using the legacy SQLXML3 component to produce xml via templates from an sql server 2005 installation. Works great. But: we need to...
DC
04-01-2009 03:08 AM
DC Go to last post
1 131
I'm trying to load an xml document into a sql server table using vbscript and sqlxmlbulkload. The xml file has a header element with the filename,...
Bill
03-31-2009 02:56 PM
Bill Go to last post
0 183
Hi all, My server is Sql Server 2005. I'm trying to insert data inside an xml variable. This code works: Set @xmlDirectorio.modify(' insert...
SammyBar
03-28-2009 07:58 PM
Bob Beauchemin Go to last post
1 150
I'd like to reuse the nested part of an XML query in multiple stored procedures. The nested part may be fairly complex, and I'd like to only maintain...
Loren Halvorson
03-26-2009 07:56 AM
Loren Halvorson Go to last post
0 193
Hi, This is my first time creating a web service on SQL Server so I would appreciate some pointers. Please find the T-SQL syntax below. Here's what...
Sam
03-24-2009 10:39 AM
Bob Beauchemin Go to last post
1 158
Hi, I am calling an SP from my .NET class. SqlParameter prmMessage = new SqlParameter(); prmMessage.ParameterName =...
Pradeep
03-20-2009 07:36 PM
Michael Coles Go to last post
2 190
Hi, I have a sql proc with for xml explicit were I in a dts package export the data to a file with MSXML. Now I need to do the same in SSIS and have...
Micke
03-20-2009 03:18 PM
Micke Go to last post
1 147
Hi, I have a sql proc with for xml explicit were I in a dts package export the data to a file with MSXML. Now I need to do the same in SSIS and have...
Micke
03-19-2009 02:41 PM
Micke Go to last post
0 129
I am calling a SQL procedure(SP) from .NET class. Below code is written in .NET SqlParameter prmMessage = new...
Pradeep
03-19-2009 05:50 AM
Pradeep Go to last post
0 114
Hi all I need to set up an xml import procedure that allows large-scale xml records to be imported into multiple tables. I am currently using...
Crud
03-18-2009 10:19 PM
Michael Coles Go to last post
1 237
WHY do I get this , "XML parsing: line 3, character 13, illegal xml character" when using UTF-8 ?? declare @myxml xml; set @myxml = '<?xml...
Josh
03-18-2009 06:15 PM
Michael Coles Go to last post
3 173
Hi One of my data sources is about to be changed from .csv to .xml so I thought I had better familiarise myself with loading xml into SQL2000...
NH
03-17-2009 10:03 AM
NH Go to last post
0 124
I am trying to use SP_XML_PREPAREDOCUMENT and it is having a problem with this line in the xml. <Param name='@i_sCarrierCodeAN' datatype='STRING'...
Doogie
03-12-2009 12:31 PM
Doogie Go to last post
2 205
Is there anyway of changing the MimeType returned/served by MSSQL/XML. I would really like to serve application/vnd.google-earth.kml+xml from...
Feargal
03-06-2009 08:29 AM
Feargal Go to last post
0 184
I guess I don't understand XML EXPLICIT or don't know how to go more than a level or two deep. What I want as output is below (along with my...
Don Miller
03-04-2009 09:22 AM
Bob Go to last post
6 154
I apologize if this is a dumb question. Having just returned from a funeral, I'm not thinking too clearly, yet still trying to get some work done. I...
Terry Carnes
03-02-2009 09:43 PM
Bob Beauchemin Go to last post
1 130
I apologize if this is a dumb question. Having just returned from a funeral, I'm not thinking too clearly, yet still trying to get some work done. I...
Terry Carnes
02-27-2009 02:50 PM
Terry Carnes Go to last post
0 123
We have a ntext field that was used to keep a single word document, now suddenly the requirement changed and we need to keep 3 versions of...
pxb
02-12-2009 12:43 AM
pxb Go to last post
0 145
We are facing performance issues while running SQL Server 2000 DTS package in 64 bit Server SQL Server 2000. In 32 bit server it takes 20 mts but in...
Girish_Kunnath
02-10-2009 10:02 AM
Girish_Kunnath Go to last post
0 236
Hi all, Is it possible to retreive values from XML document whether they where sent as elements or attributes, using OPENXML? For example, if someone...
Goran Djuranovic
02-09-2009 03:06 PM
Bob Go to last post
3 146
Hello Can anyone please suggest the best way to address the following problem (I did Google, but couldn't find anything): I have been given a SQL...
Amir Tohidi
02-05-2009 10:13 AM
Amir Tohidi Go to last post
2 189
Hi there I have the following (simplyfied) xml document, which is hold in one of my table columns: <Root> <ElementABC P1="07" P2="07"/> <ElementDEF...
Mike Müller
02-03-2009 03:30 PM
Mike Müller Go to last post
2 162
I have an xml doc that I load to SQL every month and on insert it is giving me an error. It says it is missing ">" on a tag. Is there an easy way...
Chris
02-02-2009 01:32 PM
Bob Go to last post
1 176
I want to be able to import and export large amounts of data from a SQL Server database using XML. That is, I want the data exported in XML format,...
John Mann
02-02-2009 04:42 AM
John Mann Go to last post
0 313
Here is my code and I just get nulls for an answer. Thoughts? DECLARE @doc xml
David Olsen
01-30-2009 05:21 PM
David Olsen Go to last post
4 136
Unfortunately I'm a SQL Newbie. I would really like a C# example using SqlCommand that will allow a arbitrary XML node (containing a string) to be...
Cadwell
01-26-2009 05:44 PM
Cadwell Go to last post
0 127
i have an XML datatype variable and can query from it like this: DECLARE @doc INT, @Stops XML EXEC sp_xml_preparedocument @doc OUTPUT,...
Dan Holmes
01-21-2009 01:47 PM
Dan Holmes Go to last post
3 166
I have an XML doc stored in SQL Server 2000 as a varchar(max). It looks like below. <MyData...
C
01-20-2009 08:36 AM
Bob Go to last post
4 133
I am a total newbie when it comes to XML. I have external xml file I am importing into a tsql variable. That works fine. I am trying to use...
RJ
01-19-2009 09:17 AM
RJ Go to last post
2 158
Hello, as a beginner in XML i would like to make some exercises from time to time. And because it's just for playing a little bit around with XML, i...
Helmut Woess
01-16-2009 03:27 AM
Joe Fawcett Go to last post
2 280
Hello all, I am trying to get a list of materials needed for and item in an xml format such as <item ...attributes...> <material...
Sean
01-09-2009 08:17 AM
Sean Go to last post
2 186
Hi, Im not sure if im doing this query correct. I am trying to pull back information when testing it but it is showing a empty table. Can anyone...
Hung Hoang
01-03-2009 10:25 AM
Bob Go to last post
1 176
I'm trying to figure out the best way to automatically export two fields to a file from a table. The first is a bigint column (the ID field for that...
M Bourgon
01-03-2009 10:11 AM
Helmut Woess Go to last post
1 235
I have a stored procedure which passes a reference to an XML document (SQL 2000 style) using an int variable @idoc to another proc. The receiving...
Dixie Normous
12-31-2008 04:01 PM
Dixie Normous Go to last post
0 94
I have a stored procedure which passes a reference to an XML document (SQL 2000 style) using an int variable @idoc to another proc. The receiving...
Dixie Normous
12-31-2008 03:57 PM
Dixie Normous Go to last post
0 80
For example, say I have the following XML: ..... ......... ......... ......... ............. 123 ............. 234
Dixie Normous
12-31-2008 11:25 AM
Martin Honnen Go to last post
12 258
Hello, I am trying to filter an XML variable @RoleList with the approved roles in a similiarly structured XML variable called @ApprovedRoles . What...
Schwartzenberg
12-18-2008 03:13 AM
Schwartzenberg Go to last post
31 421
Can anyone explain why I get an error in the last print statement? DECLARE @myXml XML set @myXml = '<root></root>' print cast(@myXml as...
Frode
12-17-2008 01:22 PM
Frode Go to last post
12 270
Hi I'm simply listing records from a database into such xml: <LIST> <ITEM id=1" /> <ITEM id=2" /> ... </LIST> I was using FOR XML EXPLICIT for that...
Miroo
12-15-2008 08:19 AM
Miroo Go to last post
24 346
Hi - hope someone can help with this. Consider the following XML: declare @xml xml set @xml =...
sean
12-14-2008 01:54 PM
Bob Go to last post
60 642
Bob, It works. Thank you very much for your help. Obviously, I was thinking too much and not good enough at XQUERY yet.
notlkk
12-12-2008 11:38 AM
notlkk Go to last post
11 151
I have a SQL 2005 table that stores filenames with attached path. Could someone point me to a way to parse the path/filename into an XML...
Mike Stokan
12-05-2008 07:18 AM
Bob Go to last post
24 140
I'm having difficulty doing something that should be really simple. I need to be able to generate empty elements (eg. <tag/>) using FOR XML PATH. I...
Lee Marks
12-05-2008 07:01 AM
Lee Marks Go to last post
24 286
I am having problems getting a sum from xml. The following works and returns - 1150.75 DECLARE @Xml xml SELECT @Xml =...
Loren Dummer
12-03-2008 05:40 AM
Bob Go to last post
12 143
Hi, i have to "bulk" insert in my table some binary values (files) reading from xml text.. i use this way: create table test(MyKey varchar(32),...
Gambero
11-26-2008 03:40 PM
Gambero Go to last post
24 294
Hello, I have a XML as below. As you may see, the ErrorMessage node has several "Error" nodes with attributes and data. Now, I want to get those...
Ganesh Muthuvelu
11-26-2008 07:03 AM
Joe Fawcett Go to last post
24 249
Post New Thread

Display Options
Showing threads 101 to 150 of 3392
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.