Click here to Skip to main content
15,888,315 members
Home / Discussions / Database
   

Database

 
AnswerRe: problem occurred while establishing a connection to SQL Server Pin
Abhishek Sur11-Sep-09 11:21
professionalAbhishek Sur11-Sep-09 11:21 
Questionhelp with storage engine in a sql server 2005 Pin
shankbond10-Sep-09 23:02
shankbond10-Sep-09 23:02 
AnswerRe: help with storage engine in a sql server 2005 [modified] Pin
Henry Minute11-Sep-09 0:17
Henry Minute11-Sep-09 0:17 
Question"A member could not be added to a local group because the member has the wrong account type.[0*8007056c]" Pin
manish.m.meshram10-Sep-09 22:30
manish.m.meshram10-Sep-09 22:30 
GeneralSqlHierarchyId insert Pin
Mycroft Holmes10-Sep-09 18:37
professionalMycroft Holmes10-Sep-09 18:37 
GeneralRe: SqlHierarchyId insert [resolved] Pin
Mycroft Holmes10-Sep-09 19:49
professionalMycroft Holmes10-Sep-09 19:49 
QuestionMass Insert Pin
zeusToronto10-Sep-09 17:04
zeusToronto10-Sep-09 17:04 
AnswerRe: Mass Insert Pin
Mycroft Holmes10-Sep-09 18:31
professionalMycroft Holmes10-Sep-09 18:31 
I don't know the format for the log files but would assume either fixed length or hopefully delimited.

I would use Bulkcopy (I assume express supports it) if the files are delimited.

Read all the log into a datatable in the client, bulkcopy the datatable to the database, run the process. I would expect the ETL to take less than 1 minute so would schedule the systems to fire at i minute intervals (this will be a PITA so have the client app use an identifier to decide the order and have the client wait #n minutes).

Another option, have your clients send the log files to a centralised folder. Another app (SSIS maybe) reads all files from the folder and loads then. This allows you to use BCP (even faster and supports format files for fixed length) and there is no possibility of a clash caused by multiple loaders.

Oh, SSIS is probably not in SQLExpress and BCP may not be supported.




GeneralRe: Mass Insert Pin
PIEBALDconsult14-Sep-09 7:19
mvePIEBALDconsult14-Sep-09 7:19 
AnswerRe: Mass Insert Pin
David Skelly10-Sep-09 22:52
David Skelly10-Sep-09 22:52 
AnswerRe: Mass Insert Pin
Henry Minute11-Sep-09 10:32
Henry Minute11-Sep-09 10:32 
Questionhelp writing query Pin
michaelgr110-Sep-09 9:08
michaelgr110-Sep-09 9:08 
AnswerRe: help writing query Pin
Mycroft Holmes10-Sep-09 14:45
professionalMycroft Holmes10-Sep-09 14:45 
AnswerRe: help writing query [modified] Pin
Johan Hakkesteegt10-Sep-09 23:30
Johan Hakkesteegt10-Sep-09 23:30 
Questiongetting date less than 3 yr.s old Pin
dotnetcsharpdev10-Sep-09 0:22
dotnetcsharpdev10-Sep-09 0:22 
AnswerRe: getting date less than 3 yr.s old Pin
dotnetcsharpdev10-Sep-09 0:57
dotnetcsharpdev10-Sep-09 0:57 
AnswerRe: getting date less than 3 yr.s old Pin
zeusToronto10-Sep-09 17:14
zeusToronto10-Sep-09 17:14 
QuestionDatabase Serive stops responding on SQL Express 2005. Pin
Aman786Singh9-Sep-09 22:35
Aman786Singh9-Sep-09 22:35 
AnswerRe: Database Serive stops responding on SQL Express 2005. Pin
Abhishek Sur10-Sep-09 11:53
professionalAbhishek Sur10-Sep-09 11:53 
QuestionOffsite databases - setup recommendations Pin
Simon P Stevens8-Sep-09 22:54
Simon P Stevens8-Sep-09 22:54 
AnswerRe: Offsite databases - setup recommendations Pin
J4amieC9-Sep-09 2:15
J4amieC9-Sep-09 2:15 
GeneralRe: Offsite databases - setup recommendations Pin
Simon P Stevens9-Sep-09 3:26
Simon P Stevens9-Sep-09 3:26 
GeneralRe: Offsite databases - setup recommendations Pin
Johan Hakkesteegt10-Sep-09 0:10
Johan Hakkesteegt10-Sep-09 0:10 
GeneralRe: Offsite databases - setup recommendations Pin
Simon P Stevens11-Sep-09 4:21
Simon P Stevens11-Sep-09 4:21 
QuestionSearching marathi(non-eglish) databse Pin
girishdonde8-Sep-09 21:45
girishdonde8-Sep-09 21:45 

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.