you have a requirement from client, he has an XML file and
you need to insert the data into 5-6 tables in database.
explain me the procedure.

Answers were Sorted based on User's Feedback



you have a requirement from client, he has an XML file and you need to insert the data into 5-6 ta..

Answer / santosh kakani

we can use sqlserver 2005 for inserting data from XML into
database tables

example
insert into <Table_Name> select * from openxml(@doc,
'/Root/customer',;)

with (Custid varchar(10)'/Root/Customer/@Custid', cname
varchar(30)'/Root/Customer/@Cname')


then Exec sp_Xml_RemoveDocument @ doc

Is This Answer Correct ?    6 Yes 0 No

you have a requirement from client, he has an XML file and you need to insert the data into 5-6 ta..

Answer / suren

first check with the Scheme provided, if you have scheme
you can make use to serialise it.

The person will look for the technical feasibility and
solution providing strength and your way of explanation.
dont get stuck any where, shuld be very fluent using the
technical terms and sametime shuld be thoughtful in
understanding the requiement.

The business rounds goes in the same way, asking you to
explain your projects, architechture, DFD's protypes and
other things.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Dot Net General Interview Questions

What are server controls?

1 Answers   Avanade, Wipro,


How will u load dynamic assembly? How will create assemblies at run time?

1 Answers  


What tools is used to develop .NET applications?

0 Answers  


Explain the use of ‘this’ keyword in Java?

1 Answers  


What are situations when you register .NET assembly in GAC ?

0 Answers   UGC Corporation,






Explain difference between panel and groupbox classes using .net?

0 Answers  


Explain what are possible implementations of distributed applications in .net?

0 Answers  


Please explain the difference between constants and read-only variables?

0 Answers  


What is Atomicity?

3 Answers   Verifone,


Is .net a language?

0 Answers  


Is .net core managed code?

0 Answers  


What are the different types of memory in .net?

0 Answers  


Categories