Remote Procedure call:
Remote
procedure call to other Sybase ASE Db located remote server
called through four part name. Example of the remote procedure call
given below.
Exec
remoteserver.dbname.schemaname.procname
In SQL Server
the same statement cannot execute.To replicate the same scenario in
SQL Server, Remote Sybase ASE server has been added as linked server
and the four part reference has been modified as
Exec
(dbname.schemaname.procname) at remoteserver
Please click here to know about sybase to sql server migration issues
No comments:
Post a Comment