Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-04-20 : 08:28:48
|
Gerard writes "Hi, I've been stumped by a small problem regarding the return values of a stored procedure. the return value of the stored proc is rather large and it is possible that it may exceed 8000 chars. i tried to return a variable of type text and firstly I was unable to declare it as a variable and secondly I was unable to perform string operations on it. is there some way I can preform string operations (fairly simple string concatinations and so forth) and return a variable of type text from a stored proc? Regards, Gerard Harvey" |
|
|
|
|
|