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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-03-13 : 12:42:26
|
Riaaz writes "I have a temporary table.
The first row contains headers that I want to use in creating another table. (x)
The next three rows contain data that goes to another table.(y)
The rest of the rows in the temporary table are to be populated into table (x).
I need to do this in a stored procedure that is going to be in a DTS package.
Please Help" |
|
|
|
|
|