Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: problem with import data to sql server from csv files

    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.

  • RE: DTS Fixed Length file. Limit on number of columns?

    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...

  • RE: Stored Procedure Backups

    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

       ...

Viewing 3 posts - 1 through 3 (of 3 total)