Hi
In my sql server 2014 ssms i've run a simple query like this :
select * from Diet_PatientDetails
but i'm facing this error, during running my query :
A transport-level error has occurred when receiving results from the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
All other tables works correctly, but when i select from this table, i'm facing the given error!
Where is my problem & how to solve it?
Thanks in advance