If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > linked server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-04, 15:34
sanjit sanjit is offline
Registered User
 
Join Date: Apr 2004
Posts: 3
linked server

i am able to query linked server using openquery
but when i try to access table directly it give error

Server: Msg 7313, Level 16, State 1, Line 1
Invalid schema or catalog specified for provider 'SQLOLEDB'.


i am connecting as sa so security is not an issue

also all othere database from linked server are working this is new database which i attached

sanjit
Reply With Quote
  #2 (permalink)  
Old 04-07-04, 14:46
lawdba lawdba is offline
Registered User
 
Join Date: Apr 2004
Location: kansas city, missouri
Posts: 1
Re: linked server

some thoughts. I like to use domain accounts that have been registered across the linked servers. Otherwise, some ports can be blocked on the linked server.
Quote:
Originally posted by sanjit
i am able to query linked server using openquery
but when i try to access table directly it give error

Server: Msg 7313, Level 16, State 1, Line 1
Invalid schema or catalog specified for provider 'SQLOLEDB'.


i am connecting as sa so security is not an issue

also all othere database from linked server are working this is new database which i attached

sanjit
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On