![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is it possible to call a Sybase stored procedure from DTS using the Execute SQL Task. I'll expect to pass input variables from global variables and receive a result set from the stored procedure. Looks like this is no problem with SQL Server. The Sybase connection will be via ODBC. Thanks in advance. John |
#3
| |||
| |||
|
|
In message <qVqtd.100853$7i4.66204 (AT) bgtnsc05-news (DOT) ops.worldnet.att.net>, John Doody <perseid (AT) worldnet (DOT) att.net> writes Is it possible to call a Sybase stored procedure from DTS using the Execute SQL Task. I'll expect to pass input variables from global variables and receive a result set from the stored procedure. Looks like this is no problem with SQL Server. The Sybase connection will be via ODBC. Thanks in advance. John The Sybase provider does not support (implement) parameter support, so you need to do it the hard way - Global Variables and SQL statements in DTS (http://www.sqldts.com/default.aspx?205) |
#4
| |||
| |||
|
|
Is this true for database views also? Thanks. Darren Green wrote: In message qVqtd.100853$7i4.66204 (AT) bgtnsc05-news (DOT) ops.worldnet.att.net>, John Doody <perseid (AT) worldnet (DOT) att.net> writes Is it possible to call a Sybase stored procedure from DTS using the Execute SQL Task. I'll expect to pass input variables from global variables and receive a result set from the stored procedure. Looks like this is no problem with SQL Server. The Sybase connection will be via ODBC. Thanks in advance. John The Sybase provider does not support (implement) parameter support, so you need to do it the hard way - Global Variables and SQL statements in DTS (http://www.sqldts.com/default.aspx?205) |
![]() |
| Thread Tools | |
| Display Modes | |
| |