Re: MS JDBC Rowset size doubled ?
From: Joe Weinstein (joeNOSPAM_at_bea.com)
Date: 12/01/04
- Next message: Carb Simien [MSFT]: "Re: Slow response time from Java compared to Query Analyzer"
- Previous message: Bob Horkay: "MS JDBC Rowset size doubled ?"
- In reply to: Bob Horkay: "MS JDBC Rowset size doubled ?"
- Next in thread: Bob: "Re: MS JDBC Rowset size doubled ?"
- Reply: Bob: "Re: MS JDBC Rowset size doubled ?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 01 Dec 2004 10:06:34 -0800 To: Bob Horkay <bob@lifeasbob.com>
Hi. This may be the implementation of the RowSet. Whose is it?
Joe Weinstein at BEA
Bob Horkay wrote:
> I'm a SQL Server DBA, doing some profiling and tuning on a SQL Server
> database that is being accessed by a JDBC Driver.
>
> I am often seeing statements executed in the format of:
>
> Select Field1, Field2, Field3, * From TableA
>
> The problem with this is that the Developers explicitely listed the
> fields in the select statement and some other process is appending the
> *. This is doubling the row size returned.
>
> This is a MS JDBC Driver, running under IBM Websphere access SQL
> Server.
>
> The developers claim they are not adding the asterisk and that SQL
> Server is. I've never seen SQL Server add an asterisk to user query.
> We are assuming that is the JDBC Driver.
>
> Unfortunately the developer is of course an off-site contractor, so
> I'm reaching for any help before I call Microsoft PSS for support.
>
> Thanks
> Bob Horkay
- Next message: Carb Simien [MSFT]: "Re: Slow response time from Java compared to Query Analyzer"
- Previous message: Bob Horkay: "MS JDBC Rowset size doubled ?"
- In reply to: Bob Horkay: "MS JDBC Rowset size doubled ?"
- Next in thread: Bob: "Re: MS JDBC Rowset size doubled ?"
- Reply: Bob: "Re: MS JDBC Rowset size doubled ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|