Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

Getting sql Error

Hi All,

I am getting below error ,

Can anybody please tell me how to resolve this?

sql.png

Thnaks

4 Replies
prma7799
Master III
Master III
Author

any help on this?

avinashelite

I think two of more queries are hitting the DB same time with similar operations .....check this link

http://support.microsoft.com/en-us/kb/822668

http://stackoverflow.com/questions/9017264/why-only-some-users-get-the-error-connection-is-busy-with...

Kushal_Chawda

try

SELECT * FROM TableName WITH (NOLOCK)

awhitfield
Partner - Champion
Partner - Champion

error means that there are at least two queries that use the same connection.

Andy