Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Going beyond VarChar(8000)
Message
From
22/03/2010 15:17:11
 
 
To
22/03/2010 15:14:56
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01456238
Message ID:
01456240
Views:
54
>I have a script which executes a line and I define the variable to hold the line command like this:
>
>
>DECLARE @SQL varchar(8000)
>
>
>However, in one generation, the line is 11897 characters long. Am I allowed to use another type of declaration to go beyond the 8000 character limit?


varchar(max) ?
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform