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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 INSERT every month for every 15 minute package

Author  Topic 

yosiasz
Master Smack Fu Yak Hacker

1635 Posts

Posted - 2009-03-18 : 11:04:45
Greetings,

I have a DTS package that runs every 15 minutes. I am insertnig and updating a dozen tables. A few of the tables though I want to do insert once a month. Here is struct of table

BranchCapacityID int
CommodityID int
DefinitionValue int
DefinitionDate datetime
BranchID int
UserDate datetime
UserName varchar

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-03-19 : 13:05:10
Sorry - what is the question?


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -