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
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 |
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 |
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What is Code group in .Net with respect to CAS
What is .net3.0 and .net3.5?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Explain constructor.
Name some of the languages .NET support?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is manifest in .net?
Explain what inheritance is, and why it's important?
How does you handle this COM components developed in other programming languages in .NET?
What does cli do?
How to debug failed assembly binds?