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
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
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:
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技巧.
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
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.
SSIS is great at handling flat files where all the records are the same, but not so good when there is a little complexity.
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?
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
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