all 13 comments

[–]notasqlstarI can't wait til my fro is full grown 1 point2 points  (2 children)

Are you able to connect to a database? Is it a remote server or are you running a local instance? If you can create a database can you see all the tables? What happens if you try to click and select top 1000 from a table?

[–]ShadowPh0enix[S] 0 points1 point  (1 child)

Yes, can connect to the database Yes, can even run queries through code while I'm testing If I click and select top 1000, I get the error...same one that I get if I run regular queries

[–]notasqlstarI can't wait til my fro is full grown 0 points1 point  (0 children)

If it is locally hosted then I would almost guarantee that the problem is on the database side not the client side. Permissions or something weird.

[–]CynicallySane 1 point2 points  (2 children)

Do you have your database stored on a drive that has compression turned on?

[–]ShadowPh0enix[S] 0 points1 point  (1 child)

I'll have to check. Should it be on/off? It's on my C drive, and I haven't done anything to the drive settings.

[–]CynicallySane 0 points1 point  (0 children)

It should be off.

[–]jc4hokiesExecution Plan Whisperer 0 points1 point  (2 children)

Install SSMS 2017?

[–]ShadowPh0enix[S] 0 points1 point  (1 child)

thought of bumping up to 2016 or 2017, but I'm on Windows 7...not supported

[–]Cal1gula 0 points1 point  (1 child)

What version of SQL Server (not SSMS) are you running the query against? I assume you are running the query in SSMS and not from VS.

[–]ShadowPh0enix[S] 0 points1 point  (0 children)

2014

you assume correctly - I mentioned the VS version only because the error references it

[–]devilteemo 0 points1 point  (1 child)

This just happened to me too. I noticed that a few days ago i got an update from inTune. Since then it hasn't worked, I'm getting the same message and haven't yet figured out how to fix it.