Viewing 3 posts - 1 through 3 (of 3 total)
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...
May 4, 2013 at 11:12 am
#1612407
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,...
May 4, 2013 at 11:06 am
#1612406
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...
May 3, 2013 at 8:18 pm
#1612357