Tuesday, July 15, 2008 - Posts

Varchar(max) datatype and Replicate function
15 July 08 11:54 AM | Madhivanan | 2 Comments   
As you know, Replicate function is used to repeat a character expression for a specified number of times. But by default the result is converted to varchar of maximum size 8000 when you dont convert the expression to specific type Consider the following Read More...
Filed under: , ,