I tried to use text or ntext as the variable’s type but they are disallowed.
Is there a way to bypass this?
I tried to use text or ntext as the variable’s type but they are
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For anything not MSSQL 2005 or MSSQL 2008:
You can get 8000 in a
varchar(8000)Another option is to use a temporary table and populate that with the information you need. Use an autoindex to maintain order.