Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ash benn
Starting Member
1 Post |
Posted - 2009-11-03 : 10:17:53
|
| using a function or Stored Procedure,I want to loop through a column of data and create a another table that uses the row value as Column labels from the row data.Example:table1a,b,cchi, 12,xxnyc,15,xxatl,16,xxsf,17,xx,table2xx, chi, nyc, atl, sfthen insert dataxx,chic, nyc, atl, sft,12,15,16,17then insert another set |
|
|
|
|
|
|
|