Viewing 3 posts - 1 through 3 (of 3 total)
I have had a similar problem. I used a temp table and imported the entire record as a single field. Then used charindex to remove the the comma's.
January 19, 2005 at 6:58 am
#538050
I have had problems in the past importing fixed length records when the last column was empty on some records. My solution was to import the entire record as a...
December 30, 2004 at 6:40 am
#535388
You can use vb to automate the process:
Public Function WriteViews_SP() As Boolean
'
' Description: Write all the views and stored procedures in a database to files
' Date 08/19/2003
...
September 1, 2004 at 7:17 am
#521347