Re: DataSet.WriteXML Vs. SQL Server 2000 XML performance issue???
- From: Shawn Wildermuth (C# MVP) <swildermuth@xxxxxxxxxxxxxxxx>
- Date: Fri, 28 Jul 2006 05:45:29 +0000 (UTC)
Hello manoj241176@xxxxxxxxx,
There are a lot of different things that affect the performance. Its difficult to determine exactly from this set of minimal description. Have you tested the performance locally?
Thanks,
Shawn Wildermuth
Speaker, Author and C# MVP
http://adoguy.com
Hi,
I have concern regarding two approaches to decide,
1>DataSet.WriteXML
2>SQL Server 2000 to return XML from stored procedure.
With Second approach, I have to open Cursor's and nested stored proc
calls and have to create temporary tables. while in first approach I
dont have to create all this.
So please suggest me, out of these two approaches which will be faster
and will affect performance??
Thanks,
Manoj
.
- Follow-Ups:
- Re: DataSet.WriteXML Vs. SQL Server 2000 XML performance issue???
- From: manoj241176
- Re: DataSet.WriteXML Vs. SQL Server 2000 XML performance issue???
- References:
- DataSet.WriteXML Vs. SQL Server 2000 XML performance issue???
- From: manoj241176
- DataSet.WriteXML Vs. SQL Server 2000 XML performance issue???
- Prev by Date: DataSet.WriteXML Vs. SQL Server 2000 XML performance issue???
- Next by Date: Re: DataReader to Dataset
- Previous by thread: DataSet.WriteXML Vs. SQL Server 2000 XML performance issue???
- Next by thread: Re: DataSet.WriteXML Vs. SQL Server 2000 XML performance issue???
- Index(es):
Relevant Pages
|