I made a oledb connection to a SQLServer 2014 database. When I create a SQL task, calling a procedure, the menu lists all procedures with ';1' or ';0' behind their names. The parameters are shown correctly. However, when the taks runs, the procedure isn't called. When I manually remove the ';1' from the procedure name, the procedure runs, but the parameters must be added manually.
What am I doing wrong? Can't I use oledb for this?
Edited by moderator
2016-05-04T08:39:30Z
|
Reason: Not specified