Linked Server question

  • In SQL Server 2000, i created linked server connection for SYBASE. from SQL Server query analyzer, i want to execute store procedure "sp_xyz" with passing some parameters, which resides on Sybase server. my question, is there any limitation about executing store procedure as mentioned above or there is better way to excute store procedure. i tried using OPENQUERY & OPENROWSET but no luck.

    Any help will be highly appreciated. thanking in advance

  • There are some diferences in syntaxt. SQL Server uses T-Script, which is an extension of ISO92/99. But these syntax may not be accepted in Sybase.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply