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 |
What is a document index?
default databases available in sql server and there uses ?
What is a join and their types?
2 Answers Challenger Financial,
Can you name a few encryption mechanisms in sql server?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
What do you need to connect php to sql server?
What is normalization process?
What do you mean by data integrity?
What is the significance of master, tempdb and model databases?
How do I start sql server?
When do you think a developer should use sql server-based cursors?
What are the basic functions for master, msdb, model, tempdb databases?
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)