'The assignment operator operation cannot take a ntext data type as an argument' -
this is the proc;
Expand|Select|Wrap|Line Numbers
- CREATE PROCEDURE test_content
- @sno int OUTPUT,
- @commens ntext OUTPUT
- AS
- SELECT @comments = full_text FROM content