Re: Linked Server
From: Patricia Howe (anonymous_at_discussions.microsoft.com)
Date: 08/11/04
- Next message: Pooh: "change SQL Server 2000 Ent to Standard"
- Previous message: Mark Allison: "Re: security question"
- In reply to: Wayne Snyder: "Re: Linked Server"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Aug 2004 06:29:45 -0700
Thanks for the replay Wayne
Patricia
>-----Original Message-----
>Do sp_helpserver to see if it is listed... Or use SEM
under linked servers,
>Go to the last tab, and make sure data access is
selected...If you do not
>find the server at all (in sysservers)... re-add the
linked server.
>
>--
>Wayne Snyder, MCDBA, SQL Server MVP
>Mariner, Charlotte, NC
>www.mariner-usa.com
>(Please respond only to the newsgroups.)
>
>I support the Professional Association of SQL Server
(PASS) and it's
>community of SQL Server professionals.
>www.sqlpass.org
>
>"Patricia Howe" <anonymous@discussions.microsoft.com>
wrote in message
>news:408601c47f7e$f4d800a0$a401280a@phx.gbl...
>> I have the following queries...
>>
>> sp_addlinkedserver N'ExcelTest', N'Jet 4.0',
>> N'Microsoft.Jet.OLEDB.4.0',
>> N'c:\Test.xls', NULL, N'Excel 5.0'
>> go
>>
>> SELECT *
>> FROM OPENQUERY(ExcelTest,
>> 'SELECT * FROM SCOPE('' "c:\SaraLee.XLS" '')')
>>
>> When executed gives
>> Server: Msg 7202, Level 11, State 2, Line 4
>> Could not find server 'ExcelTest' in sysservers. Execute
>> sp_addlinkedserver to add the server to sysservers.
>>
>> Can anyone tell me why ?
>>
>
>
>.
>
- Next message: Pooh: "change SQL Server 2000 Ent to Standard"
- Previous message: Mark Allison: "Re: security question"
- In reply to: Wayne Snyder: "Re: Linked Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|