How do SQL server 2000 and XML linked?
Answers were Sorted based on User's Feedback
Answer / hcl
Its linked in so many ways..To generate the output in xml
format to load the XML data into SQL Server tables.
To generate the XML data using select statement can have ,
"for XML {RAW/AUTO/EXPLICIT)" option added in the last of
sql server >=2000 (not possible in <2000).
example is
use Northwind
select * from orders where orderID in (10248, 10249) for
xml auto
Result:
<orders OrderID="10248" CustomerID="VINET" EmployeeID="5"
OrderDate="1996-07-04T00:00:00"
RequiredDate="1996-08-01T00:00:00"
ShippedDate="1996-07-16T00:00:00" ShipVia="3"
Freight="32.3800" ShipName="Vins et alcools Chevalier"
ShipAddress="59 rue de l'
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raghu
SQL Server can be connected with XML through IIS(Internet
information services)
| Is This Answer Correct ? | 0 Yes | 1 No |
Where are full-text indexes stored?
If we use where clause in the left outer join then how the query would behave/act?
How to get the query of a table in sql server?
Why use identity in sql server?
What is the difference between a local and a global variable?
Explain contrast amongst grouped and non-bunched records?
How to apply filtering criteria at group level with the having clause in ms sql server?
What is difference between inner join and join?
What is DAC? what is the use of it?
What is the SQL?????????????????????????????
What is primary key, unique key, and foreign key?
how to change column into row in sql
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)