Concatenate column's in sql server...

declare @s varchar(8000)
select @s=coalesce(@s +',"' ,'"') + ProjectName +'"' from ProjectMaster
select @s

Comments

Popular posts from this blog

Executing PowerShell scripts from C#

HOW TO Use the NumericUpDown Control

Exposing Agile Software Development Myths