This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

select id from cond with (nolock)

FormerMember
FormerMember

Trying to run the query: select id from cond with (nolock) on the ignite repository database but I get the following error:

Msg 208, Level 16, State 1, Line 1

Invalid object name 'cond'.

What am I doing wrong?