Forum Replies Created

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

  • RE: Import without SSIS

    Oops, hold on. Line 35 of that error references "begin" in the following:

    While @@fetch_status <> -1

    begin

    --===== Drop the text server

    EXEC dbo.sp_DropServer 'MyExcelACE', 'DropLogins'

    Does that make any...

  • RE: Import without SSIS

    Lowell - that was part of it. The sheets in question were named 'table'. So I fixed that.

    What I've got now is basically:

    INSERT INTO dbo.existingTable(ColumnName1, ColumnName2,...

  • RE: Import without SSIS

    Thanks Lowell, I think I'm making progress. Using that code, two issues. First, I'm kind of new at this and not sure of the proper syntax in the...

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