Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get data from two diferent instances od sql serve
Message
From
05/01/2005 14:47:31
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00974397
Message ID:
00974495
Views:
30
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
Previous
Reply
Map
View

Click here to load this message in the networking platform