adspace
How to solve -805 error i.e. Bind issue. There are two
conditions-
1) If you have access to the database table
2) If you don't have access to the table
Answer Posted / Hemchand
Solving a -805 error (bind issue) in SQL Server can be addressed in both scenarios:nnScenario 1: If you have access to the database table:
1. Identify the offending query causing the bind error.
2. Modify the query to use explicit joins instead of implicit joins.
3. Test the modified query and check if the error persists.nnScenario 2: If you don't have access to the table:
1. Contact your DBA or database administrator for assistance in resolving the bind issue.
2. Request them to grant you the necessary permissions to access and modify the affected tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category