Click here to Skip to main content
15,903,385 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to Call A web service inside SQL server Pin
SilimSayo8-Dec-11 8:27
SilimSayo8-Dec-11 8:27 
QuestionExporting and Importing data from and into SQL Server 2008 Pin
SQL Ed7-Dec-11 2:58
SQL Ed7-Dec-11 2:58 
AnswerRe: Exporting and Importing data from and into SQL Server 2008 Pin
Blue_Boy7-Dec-11 3:11
Blue_Boy7-Dec-11 3:11 
QuestionSum the counts from two different tables Pin
Elizabeth Rani7-Dec-11 1:04
Elizabeth Rani7-Dec-11 1:04 
AnswerRe: Sum the counts from two different tables Pin
Corporal Agarn7-Dec-11 8:46
professionalCorporal Agarn7-Dec-11 8:46 
AnswerRe: Sum the counts from two different tables Pin
SilimSayo7-Dec-11 12:50
SilimSayo7-Dec-11 12:50 
GeneralRe: Sum the counts from two different tables Pin
Elizabeth Rani7-Dec-11 19:46
Elizabeth Rani7-Dec-11 19:46 
GeneralRe: Sum the counts from two different tables Pin
SilimSayo8-Dec-11 3:25
SilimSayo8-Dec-11 3:25 
Questioncreate user account Pin
Danzy835-Dec-11 15:40
Danzy835-Dec-11 15:40 
AnswerRe: create user account Pin
Mycroft Holmes5-Dec-11 16:52
professionalMycroft Holmes5-Dec-11 16:52 
GeneralRe: create user account Pin
Danzy835-Dec-11 21:57
Danzy835-Dec-11 21:57 
QuestionIntegration Services or C# code Pin
RichardInToronto5-Dec-11 15:00
RichardInToronto5-Dec-11 15:00 
AnswerRe: Integration Services or C# code Pin
Mycroft Holmes5-Dec-11 16:49
professionalMycroft Holmes5-Dec-11 16:49 
GeneralRe: Integration Services or C# code Pin
Jörgen Andersson5-Dec-11 20:30
professionalJörgen Andersson5-Dec-11 20:30 
GeneralRe: Integration Services or C# code Pin
RichardInToronto7-Dec-11 15:35
RichardInToronto7-Dec-11 15:35 
AnswerRe: C# code Pin
David Mujica6-Dec-11 5:55
David Mujica6-Dec-11 5:55 
GeneralRe: C# code Pin
RichardInToronto7-Dec-11 4:09
RichardInToronto7-Dec-11 4:09 
GeneralRe: C# code Pin
David Mujica7-Dec-11 8:08
David Mujica7-Dec-11 8:08 
GeneralRe: C# code Pin
RichardInToronto7-Dec-11 15:31
RichardInToronto7-Dec-11 15:31 
GeneralRe: C# code Pin
Mycroft Holmes7-Dec-11 15:55
professionalMycroft Holmes7-Dec-11 15:55 
Hmm you need to look at a number of aspects as it sounds like you are a single person operator doing small systems. I have been there so!

How are you going to support the processes, remotely or turn up when they fail, can you client do some of the support himself (IE restart an SSIS package/job). Corollary, how critical is the load.

Another issue, does your client expect to play in your dirt patch, will he want to learn from your SSIS, is he one of those to want to inspect the code? And do you want him to. This pros and cons, he can help support himself and he can also screw up the system dramatically.

Personally I always move the file BEFORE processing it, I do the processing from the archive folder. I also prefer a winforms app as I then have complete control and can walk the user through a restart/reload etc. This is a preference only as both SSIS and app can do all the functionality required (SSIS can poll the folder every #n seconds/minutes using the job scheduler)
Never underestimate the power of human stupidity
RAH

Questiondatabase role permissions Pin
Danzy835-Dec-11 3:53
Danzy835-Dec-11 3:53 
AnswerRe: database role permissions Pin
R. Giskard Reventlov5-Dec-11 4:11
R. Giskard Reventlov5-Dec-11 4:11 
QuestionHow to import data from excel to sql server 2005 Pin
rahul honey4-Dec-11 23:47
rahul honey4-Dec-11 23:47 
AnswerRe: How to import data from excel to sql server 2005 Pin
PIEBALDconsult5-Dec-11 1:57
mvePIEBALDconsult5-Dec-11 1:57 
Questionhow to start business intelligence in sql server 2008 Pin
developerit4-Dec-11 20:03
developerit4-Dec-11 20:03 

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.