C# Webservice with SQL Server 2005 - XML
hi,
what method of best performance pass xml through webservice string. information being queried upon on database (microsoft sql 2005) using stored procedure.
i aware of using "for xml auto" in query hear performance pretty poor. make make non viable option since returning 100,000+ rows in cases.
let me know think!
thanks
from msdn documentation:
the auto mode queries useful if want generate simple hierarchies. however, use explicit mode xml , use path mode xml provide more control , flexibility in deciding shape of xml query result.
"premature optimization root of evil." - knuth
if provoked thought, please click green arrow
if provoked aha! please click propose answer
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment