Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linking server
Message
 
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01156808
Message ID:
01156871
Views:
16
I dunno what 'Linking server' is but you can create a linked server with type SQL Server and call stored procedure on it.
EXEC LinkedServerName.DBname.dbo.SPname ...
>
>Have you ever tried calling a stored procedure with the other Server?
>
>Like for example:
>
>Jeffreyeold1(instance name) has a database name “mts” and that database contains sp which is the “prc_insert_Sale”. And then another comes NEWJAN(instance name) which want to call the sp in the Jeffreyeold1.
>
>I already tried the code like this: jeffreyeold1.mts.dbo.prc_insert_Sale ………..
>
>It says that “jeffreyeold1” doesn’t found in the sysserver. So I added with use of sp_addlinkserver and then when I run it again it gave me an error and it says you have to use “RPC”. I don’t want to proceed maybe I’m lost. Please advice.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform