Viewing 11 posts - 16 through 26 (of 26 total)
August 12, 2008 at 12:03 pm
You need to break the comma separated string to a temp table and then you need to group by to take the count.
You can use following function for the same:...
August 12, 2008 at 11:54 am
Yes. you are correct. You need to use the OLEDB command to update the status code.
You can use "Multicast" component to give same SELECT statement source to UPDATE statements.
Using...
August 12, 2008 at 11:33 am
Try using "derived column" to convert the data
Add a "derived column" component after OLEDB source and
use (DT_NUMERIC,4,2) in expression for derived column.
Hope this helps 🙂
August 12, 2008 at 11:03 am
You can use this procedure to get last day.
The catch in this is you have to pass 1st day in start and end date.
else need to modify proc to calculate...
August 11, 2008 at 12:47 pm
There is no way you can start from a particular step.
Though you may try to achieve this by using variable, expressions, script ask.
There is no way you can start from...
August 11, 2008 at 12:13 pm
For packages those are failing, check "ProtectionLevel" property
Also Check connection pooling for SQL server. I guess The connection is not getting realeased after execution of each package.
August 11, 2008 at 11:48 am
From your post, it seems that you are doing an incremental load from excel to database.
What I suggest is cerate one lookup table and just stored the last successful load...
August 8, 2008 at 4:09 pm
August 7, 2008 at 2:35 pm
This is very interesting solution , but works only if you have rights for Enterprise manager.
Follow these steps:
1) Right click on desired...
November 14, 2005 at 2:11 am
Viewing 11 posts - 16 through 26 (of 26 total)