Tagged Questions
5
votes
4answers
2k views
Select statement takes long remotely due to long “client processing time”, but short locally
While connected to our production server (SQL2008. very powerful machine), this select statement takes 2 seconds, spitting back all fields (4 MB of data in total).
select top 30000 * from person ...