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 |
SM
Starting Member
3 Posts |
Posted - 2008-04-11 : 08:17:13
|
I am fetching data from xls file. Based on the number of rows fetched from the file I need to perform certain operation on each row of the data. Please suggest how to get the row count for the data fetched from the file.SM |
|
igorblackbelt
Constraint Violating Yak Guru
407 Posts |
|
SM
Starting Member
3 Posts |
Posted - 2008-04-11 : 09:46:35
|
Through this I will be able to use the variable in OnPostExecute in script. I want to use it in Input0_ProcessInputRow where I am manipulating certain data based on this. |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-04-11 : 12:31:33
|
Try declaring a new variable and getting the count onto this variable using OLEDB command task by taking count(*) from destination table to where rows are put from file. |
 |
|
|
|
|