I know this is a silly question but I have to ask anyway but I give up.
I typed the following:
SELECT *
FROM dbo_PROV_MASTERS_HCVW
but I am getting this error message:
Invalid object name 'PROV_MASTERS'.
I tried everything: [], "", () and '' but I am getting the same result. How do I solve this problem.
Am I having this problem because of underscore in the name?
thanks in advance
I typed the following:
SELECT *
FROM dbo_PROV_MASTERS_HCVW
but I am getting this error message:
Invalid object name 'PROV_MASTERS'.
I tried everything: [], "", () and '' but I am getting the same result. How do I solve this problem.
Am I having this problem because of underscore in the name?
thanks in advance