flat-file
Processing a flat file in chunks using multiple threads using producer/consumer pattern and SqlBulkCopy into SQL Server DB
I hope you will bear with me. I wanted to provide as much information as I can. The main problem is how to create a structure (like a stack) that will be used by multiple threads that will pop a valu[详细]
2022-12-16 15:53 分类:问答SQL Server 2005: Improving performance for thousands or Insert requests. logout-login time= 120ms
Can somebody shed some lights on how SQL Server 2005 deals with may request issued by a client using ADO.NET 2.0. Below is the shortend output of SQL Trace. I can see that connection pooling is workin[详细]
2022-12-16 03:44 分类:问答SSIS parsing of an irregular flat file?
I\'m pretty familiar with SSIS parsing of regular delimited text data files, however, I\'m looking for some advice on an approach to tackle a file that looks like this test file:[详细]
2022-12-16 00:44 分类:问答EDI Flat File parsing with C#?
Initially I was thinking to use SSIS to parse an EDI file, however I\'ve seen a few manual EDI parsers (field mapping), and would like to use automate this functionality in C#开发者_JAVA技巧.[详细]
2022-12-15 22:31 分类:问答Backspace delimited flat files
Has any one ever seen a backspace delimited flat file? My requirement is to par开发者_如何学运维se such a file but I am not able to put a backspace character into a file to check if I am able to detec[详细]
2022-12-15 07:18 分类:问答SSIS: Strip Characters from Flat File
What\'s the best way to strip out characters from flat files in SSIS? In my case, I need to remove all quotes from the file before processing.[详细]
2022-12-13 16:31 分类:问答Complex Flat Files in SSIS
SSIS is great at handling flat files where all the records are the same, but not so good when there is a little complexity.[详细]
2022-12-13 13:18 分类:问答flat-file database php application
I\'m creating and app that will rely on a database, and I have all intention on using a flat file db, is there any serious reasons to stay away from this?[详细]
2022-12-09 09:25 分类:问答Should I use a flat file or database for storing quotes for a random quotations app on Android?
I am developing an app on Android that will randomly pick and display an inspirational quotation (or verse) from a large collection of quotations. On Android I can choose between a flat file and an SQ[详细]
2022-12-08 06:22 分类:问答Biztalk - processing a flat file receives "no subscribers found" message
I\'ve created a flat file schema in Visual Studio from an ins开发者_JS百科tance of a CSV file I have, and it validates fine, and I\'ve hooked up an orchestration to send and receive ports set to expec[详细]
2022-12-08 06:16 分类:问答