Viewing 15 posts - 1,876 through 1,890 (of 2,171 total)
-- prepare test data
declare @section table (companyid int, sectionid int, classid int, sectiontyid int)
insert @section
select 1370, 295, 198, 1 union all
select 1370, 300, 198, 2 union all
select 1370, 482, 277,...
N 56°04'39.16"
E 12°55'05.25"
Yes, there are easy ways.
Let us know what the files look like and how you compare two rows.
N 56°04'39.16"
E 12°55'05.25"
By using LEFT JOIN and check for NULL values in column.
And query the files with OPENROWSET function.
Sorry I can't help you more, but if...
N 56°04'39.16"
E 12°55'05.25"
What happened when you tried the first and second time?
N 56°04'39.16"
E 12°55'05.25"
Viewing 15 posts - 1,876 through 1,890 (of 2,171 total)