M
Mark
Hi...
This may not be the perfect group for this, but we're having performance
problems calling a sproc through ADO.Net when on the office vpn.
The sproc returns 3 result sets (8 rows, 1 row, and 12 rows) The total size
of the result set is ~150k, with the last result set being ~148k of it. I
exported the results from Sql Server Management Studio express to a
spreadsheet and then saved the spreadsheet. Not a precise measurement but
accurate enough to give a sense of scale.
Anyway, in the office, the whole sproc takes < 1 second. Over the vpn from
home, the same sproc takes > 1.2 minutes. This is causing a lot of timeouts
in our app.
The dba turned on tracing on the sql server side, and 99%+ of the time is
going to produce that last result set, but the stats he sees aren't breaking
it down between the query execution and network serialization.
The whole size is pretty small; we're just both flummoxed why the query is
taking so long.
Over the same vpn connection, I can browse 150k of websites in a small
fraction of that time.
Any hints on trying find out where the bottleneck is?
Thanks
Mark
This may not be the perfect group for this, but we're having performance
problems calling a sproc through ADO.Net when on the office vpn.
The sproc returns 3 result sets (8 rows, 1 row, and 12 rows) The total size
of the result set is ~150k, with the last result set being ~148k of it. I
exported the results from Sql Server Management Studio express to a
spreadsheet and then saved the spreadsheet. Not a precise measurement but
accurate enough to give a sense of scale.
Anyway, in the office, the whole sproc takes < 1 second. Over the vpn from
home, the same sproc takes > 1.2 minutes. This is causing a lot of timeouts
in our app.
The dba turned on tracing on the sql server side, and 99%+ of the time is
going to produce that last result set, but the stats he sees aren't breaking
it down between the query execution and network serialization.
The whole size is pretty small; we're just both flummoxed why the query is
taking so long.
Over the same vpn connection, I can browse 150k of websites in a small
fraction of that time.
Any hints on trying find out where the bottleneck is?
Thanks
Mark