Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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