Re: max prefixes
From: Phil (anonymous_at_discussions.microsoft.com)
Date: 03/23/04
- Next message: Kalen Delaney: "Re: max prefixes"
- Previous message: Sue Hoegemeier: "Re: error message not being logged to windows event log"
- In reply to: Steve Thompson: "Re: max prefixes"
- Next in thread: Kalen Delaney: "Re: max prefixes"
- Reply: Kalen Delaney: "Re: max prefixes"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Mar 2004 15:21:18 -0800
keep in mind this is sql 6.5
select * from dbserver.pubs.dbo.authors
Thanks Steve!
>-----Original Message-----
>"phil" <anonymous@discussions.microsoft.com> wrote in
message
>news:120ce01c41100$32c21970$a401280a@phx.gbl...
>> The object name 'dbServer.pubs.dbo.authors' contains
more
>> than the maximum number of prefixes. The maximum is 2.
>>
>> when i tried selecting data from a linked server i get
>> this.
>
>That should be OK, provided 'dbServer' is the name of the
linked server...
>you could try leaving the dbo out, and let it default:
>'dbServer.pubs..authors'
>
>Also, paste your select statement.
>
>Steve
>
>
>.
>
- Next message: Kalen Delaney: "Re: max prefixes"
- Previous message: Sue Hoegemeier: "Re: error message not being logged to windows event log"
- In reply to: Steve Thompson: "Re: max prefixes"
- Next in thread: Kalen Delaney: "Re: max prefixes"
- Reply: Kalen Delaney: "Re: max prefixes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|