S
Sharp
Hi
I am working with a dataset that is updated frequently.
Therefore, I have decided to create linked tables instead of importing them.
That way when the dataset is updated, I just replace the files and the
tables will be automatically updated.
PROBLEMS:
1.
The linked tables cannot have a primary key. In fact, you are not permitted
to change anything.
I assume if a field that should be a primary key is unique then things will
work correctly anyway.
The primary key is used just for indexing purposes so that queries work
faster?
2.
Extremely slow for queries.
Nothing you can do I guess.
Cheers
Sharp
I am working with a dataset that is updated frequently.
Therefore, I have decided to create linked tables instead of importing them.
That way when the dataset is updated, I just replace the files and the
tables will be automatically updated.
PROBLEMS:
1.
The linked tables cannot have a primary key. In fact, you are not permitted
to change anything.
I assume if a field that should be a primary key is unique then things will
work correctly anyway.
The primary key is used just for indexing purposes so that queries work
faster?
2.
Extremely slow for queries.
Nothing you can do I guess.
Cheers
Sharp