how we can store the value like that 001,003,023 etc in sql
server 2005
Answer Posted / achuthan
set @s= ''
select @s=@s+column +','
if Len(@s)>0
select @s = substring(@s,1,len(@s)-1)
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
what method you can use to reduce the overhead of Reporting Services data sources?
Explain tablesample?
What is sql server locking?
Explain powershell included in sql server 2008?
Can two tables share the same primary key?
How can I get data from a database on another server?
What is truncate table?
Explain nested join?
Give main differences between "Truncate" and "Delete".
What is service broker?
Is sql server free?
Can you move the resources after pausing the node? : sql server database administration
What are different types of schemas?
What is the syntax to execute the sys.dm_db_missing_index_details?
What are audit control procedures?