Click here to Skip to main content
15,909,324 members
Home / Discussions / Database
   

Database

 
AnswerRe: Debug Transact SQL in SQL 2005 Pin
Wendelius16-Aug-08 7:02
mentorWendelius16-Aug-08 7:02 
GeneralMessage Removed Pin
18-Aug-08 1:02
Christiaan Laubscher18-Aug-08 1:02 
GeneralRe: Debug Transact SQL in SQL 2005 Pin
Wendelius18-Aug-08 4:50
mentorWendelius18-Aug-08 4:50 
Questionhow to check wherther a passed string contains a specified word or not . Pin
lakshmichawala16-Aug-08 1:52
lakshmichawala16-Aug-08 1:52 
AnswerRe: how to check wherther a passed string contains a specified word or not . Pin
Blue_Boy16-Aug-08 3:25
Blue_Boy16-Aug-08 3:25 
QuestionImporting multiple files Pin
Kicza14-Aug-08 22:40
Kicza14-Aug-08 22:40 
AnswerRe: Importing multiple files Pin
Mycroft Holmes14-Aug-08 22:49
professionalMycroft Holmes14-Aug-08 22:49 
AnswerThink low tech Pin
David Mujica15-Aug-08 2:56
David Mujica15-Aug-08 2:56 
Sometimes, a low tech approach is the way to go ...

How about this:
You will need 2 directories,
1 for where the files will be placed on a daily basis
2 a work area where you can rename "today's" file to be processed.

You can use a .bat file or .vbs script to check directory 1 for a new file, take that new file and copy/rename it to the work area with the desired standard file name convention and kick off the SSIS import. After the processing you could go back to directory 1 and rename the file to something like "myfile.day1.done".

You have alot of flexibility with writing .vbs scrips and scheduling them for execution.

Just a thought.

David
QuestionBulk Data Import Pin
FyreWyrm14-Aug-08 16:11
FyreWyrm14-Aug-08 16:11 
AnswerRe: Bulk Data Import Pin
Mycroft Holmes14-Aug-08 22:58
professionalMycroft Holmes14-Aug-08 22:58 
GeneralRe: Bulk Data Import Pin
Wendelius15-Aug-08 5:51
mentorWendelius15-Aug-08 5:51 
GeneralRe: Bulk Data Import Pin
Mycroft Holmes15-Aug-08 14:11
professionalMycroft Holmes15-Aug-08 14:11 
GeneralRe: Bulk Data Import Pin
Wendelius15-Aug-08 21:01
mentorWendelius15-Aug-08 21:01 
QuestionNeed some help copying a column Pin
MarkB77714-Aug-08 14:57
MarkB77714-Aug-08 14:57 
AnswerRe: Need some help copying a column Pin
Mycroft Holmes14-Aug-08 15:12
professionalMycroft Holmes14-Aug-08 15:12 
GeneralRe: Need some help copying a column Pin
MarkB77714-Aug-08 15:25
MarkB77714-Aug-08 15:25 
GeneralRe: Need some help copying a column Pin
Mycroft Holmes14-Aug-08 15:37
professionalMycroft Holmes14-Aug-08 15:37 
QuestionUpdate values based on non-matched records Pin
empulse14-Aug-08 13:28
empulse14-Aug-08 13:28 
AnswerRe: Update values based on non-matched records Pin
Mycroft Holmes14-Aug-08 15:18
professionalMycroft Holmes14-Aug-08 15:18 
GeneralRe: Update values based on non-matched records Pin
empulse14-Aug-08 15:53
empulse14-Aug-08 15:53 
GeneralRe: Update values based on non-matched records Pin
Mycroft Holmes14-Aug-08 16:03
professionalMycroft Holmes14-Aug-08 16:03 
GeneralRe: Update values based on non-matched records Pin
empulse14-Aug-08 16:06
empulse14-Aug-08 16:06 
QuestionT-SQL Help Pin
RG_SA14-Aug-08 12:28
RG_SA14-Aug-08 12:28 
AnswerRe: T-SQL Help Pin
Colin Angus Mackay14-Aug-08 12:44
Colin Angus Mackay14-Aug-08 12:44 
GeneralRe: T-SQL Help Pin
RG_SA14-Aug-08 20:36
RG_SA14-Aug-08 20:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.