Browse by Tags

Write Function in SQL Server 2005
30 October 07 10:05 AM | Madhivanan | 2 Comments   
One of the functions available in SQL Server 2005 that allows you to update a character column of size max is WRITE Function. In fact we can consider this as alternate to STUFF function which wont work for columns with Max length declare @t table(v nvarchar(max)) Read More...
Filed under: , ,