-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The object selection needs to filter external tables #39
Comments
alasdaircs
added a commit
to alasdaircs/AzureSQL
that referenced
this issue
Oct 31, 2023
Fix for ignoring TVFs
Hi @alasdaircs How is your PR coming along to filter out external tables, as we too, are experiencing this issue? |
@alasdaircs I used this cursor to only retrieve the objectids of our user_tables, this also improves the performance of retrieving the results. Take note that i use an older version of the script so the table definition and query are not equal to the latest version.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ALTER TABLE [vf].[v_matter] REBUILD ;
FAILED : 46518The feature 'ALTER TABLE' is not supported with external tables.
It bashes on past this, but obviously the script then ends in the error state so other errors will be concealed. I'll see if I can find time to put together a PR.
The text was updated successfully, but these errors were encountered: