Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get data from two diferent instances od sql serve
Message
De
05/01/2005 14:47:31
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00974397
Message ID:
00974495
Vues:
29
This message has been marked as the solution to the initial question of the thread.
try:
exec sp_addlinkedserver @server = 'prueba', @srvproduct='', @provider = 'SQLOLEDB', @datasrc = 'myserver\myinstance02'
> trying to link the second instance a a linked server with this sintax but gives me an err
>
>sp_addlinkedserver
> @server = 'prueba',
> @provider = 'SQLOLEDB',
> @datasrc = 'myserver\myinstance02'
>
>Server: Msg 15429, Level 16, State 1, Procedure sp_addlinkedserver, Line 72
>'(null)' is an invalid product name.
>
>
>can you help me
Thanks,
Dan Jurden
djurden@outlook.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform