I have a stored procedure that itself copies stored procedures and user defined functions from one database to another using OLE object manipulation procedures (i.e. sp_OA.... routines).
When copying a particular stored procedure, it fails with 'Error in srv_convert' when attempting to extract the Text property from the source stored procedure. I have a feeling this may be something to do with the length of the text - is there a limit (4000 bytes?) on this and does anyone have any idea how might I be able to work around this problem?
Thanks in advance.
When copying a particular stored procedure, it fails with 'Error in srv_convert' when attempting to extract the Text property from the source stored procedure. I have a feeling this may be something to do with the length of the text - is there a limit (4000 bytes?) on this and does anyone have any idea how might I be able to work around this problem?
Thanks in advance.