Forum: MS SQL Mar 14th, 2006 |
| Replies: 5 Views: 74,036 I tried to use your solution but while creating sp for inserting rows, I ran into a problem, My table has more columns so when I say
"Insert into table1 (col1,col2,col3) values (@Nextstr)"
the sp... |