Viewing 15 posts - 1 through 15 (of 15 total)
Lowell,
I forgot to mention that I tried running your version of my script (copied form your post) and got this error.
"Unkown argument on command line 'nul'"
April 24, 2015 at 4:02 pm
Thank you for your reply Lowell.
I was trying to create a format file that I could later edit... to handle importing a CSV with bad records back into the...
April 24, 2015 at 3:55 pm
Thanks for the input William.
The data in the CSV files looks Ok in Excel. However that was a great idea I had not considered. All the data being stuffed into...
June 29, 2011 at 8:13 am
Thanks for your reply yasub,
Yes, ANSI_WARNINGS are set to False on both SQL Server databases.
I am running the SQL import from the Access linked server via VB.NET CLR. Therefore Danny's...
June 28, 2011 at 6:35 am
Thanks so much for the code syntax. It has saved me some time for sure. I have already incorporated it into the import and it seems to work...
June 22, 2011 at 12:50 pm
Thanks for that information.
Where I have a problem is that I have customers that run SQL 2000 and SQL2005 and I need to include those dates in the older versions...
June 22, 2011 at 9:19 am
Here is the code for a stored procedure that I use to write to text files on disk. I "borrowed" the code from another forum post.
-----------------------
CREATE PROCEDURE PC_AppendToFile(@FileName varchar(255), @Text1...
June 20, 2011 at 9:02 pm
Awesome! Thanks so much for that lead.
My import progam is a VB.NET console app that also has a User Interface component option should a human decide to run it manually...
April 15, 2011 at 8:09 am
Thanks Phil,
Yes I can see how changing the column delimiter would indeed be the easiest solution. I suppose if Excel, Access and SQL 2000 DTS can handle that, there must...
April 15, 2011 at 6:57 am
Thank you for your response. The data supplier and the data supplied is the same supplier and data that I have been using for 4 years. They are changing the...
April 14, 2011 at 6:08 pm
Well it looks like I am answering my own question. Even SSIS in SQL Server 2008 with SP1 is just not capable of a simple import from a CSV file,...
April 13, 2011 at 5:46 pm
Well I see that I am not the only one with this problem. It seems that the Flat File import has problems with commas imbedded into a text field delimited...
April 13, 2011 at 7:29 am
Thanks Eliot,
Yes I see that now.
I guess it now comes down to tracking the reason for the error:
"Variable User::xmlRecords does not contain a valid object."
I think that object was supposed...
March 28, 2011 at 1:39 pm
Excellent article. I liked it so much I just ordered your not-yet published book. You have demonstrated a rare but important trait in technical writing...the ability to express technical concepts...
April 10, 2007 at 6:33 am
Thanks to both Joe and Billy. We are currently trying to optimize a fairly large production DB, and adding clustered indexes is part of the plan. The database gets steady...
December 20, 2006 at 9:26 am
Viewing 15 posts - 1 through 15 (of 15 total)