Viewing 11 posts - 1 through 11 (of 11 total)
Thank you for replying. I very much appreciate the time you guys take to help.
My use of "Grant ALTER on schema::dbo to testrole" I found to be necessary. Without it,...
July 14, 2011 at 11:51 am
I think this is the issue which led immediately to its resolution. Here is the definition of a typical table on my SQL Server box:
CREATE TABLE Request_Activity
(
...
July 7, 2011 at 7:31 am
I think this is the issue which led immediately to its resolution. Here is the definition of a typical table on my SQL Server box:
[font="Courier New"]CREATE TABLE Request_Activity
(
...
July 7, 2011 at 7:30 am
WendellB (7/6/2011)
July 6, 2011 at 11:03 am
WendellB (7/6/2011)
July 6, 2011 at 9:50 am
I have the same problem trying to run a remote query from 2005 to a 2000 server:
select * from SERVER_2000.some_db.dbo.table_2000
Msg 7314, Level 16, State 1, Line 1
The OLE DB provider...
June 28, 2011 at 10:41 am
>Just out of interest, what happens if you try to expand the Linked Server Catalogs in SSMS Object Explorer?
I can see all of the tables in the schema.
June 17, 2011 at 8:07 am
entity_name permission_name
dbo.Test2005Table SELECT
dbo.Test2005Table ...
June 16, 2011 at 4:25 pm
Tried it - same error:
Msg 7313, Level 16, State 1, Line 1
An invalid schema or catalog was specified for the provider "SQLNCLI10" for linked server "SERVER_2005".
This still works after:
select...
June 16, 2011 at 2:28 pm
Yes, I did. I still get the error message
Msg 7313, Level 16, State 1, Line 1
An invalid schema or catalog was specified for the provider "SQLNCLI10" for linked server "SERVER_2005".
June 16, 2011 at 12:57 pm
Viewing 11 posts - 1 through 11 (of 11 total)