Viewing 2 posts - 1 through 2 (of 2 total)
Use Pivot table in sql
February 21, 2012 at 12:23 am
#1449498
declare @a nvarchar(100)
--declare @b-2 nvarchar(10)
declare @b-2 nvarchar(100) -- Change the length of @b-2 you will get expected output.
set @a='My...
February 7, 2012 at 12:23 am
#1443555