Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15694

async_network_io

$
0
0

Hi All,

I am facing a Major Issue. I have a table which is having just 21000 records and its size is around 4 GB.

When i run a just simple plain select * from tablename statement its taking around 10 Minutes to return the results. I am not running this query from any of the client application, i am running this query from SSMS but still the wait_type for this query is async_network_io. I checked for select * from sys.dm_exec_connections and net_transport is TCP.

I saw on some threads and found that Shared Memory should be enabled and session ID should be using net_transport = 'Shared_memory'

I have a clustered index on this table and a Non clustered index.

Kindly help. Thank you.


Thanks & Regards,
Manjunath C Bhat,
http://manjunathcbhat.blogspot.com
http://manjunathcbhat.wordpress.com


Viewing all articles
Browse latest Browse all 15694

Trending Articles