koteswararao
2008-03-13 05:17:51 UTC
I have given the fallwoing Query
INSERT INTO DATA
(EmployeeKey,[Title])
OPENQUERY([Adventure Works DW],'Select ([EmployeeKey],[Title]
FROM DimEmployee')
I got the error like this:
Either the 'BOSE\subhash' user does not have permission to access the
'Adventure Works DW' object, or the object does not exist.
Execution complete
How to solve this problem.
Thank in advance
url:http://www.ureader.com/gp/1144-1.aspx
INSERT INTO DATA
(EmployeeKey,[Title])
OPENQUERY([Adventure Works DW],'Select ([EmployeeKey],[Title]
FROM DimEmployee')
I got the error like this:
Either the 'BOSE\subhash' user does not have permission to access the
'Adventure Works DW' object, or the object does not exist.
Execution complete
How to solve this problem.
Thank in advance
url:http://www.ureader.com/gp/1144-1.aspx