the issue i have is, i donot have permission to create index on the original table in the database,
i have to create an index on a field in this table for a purpose (reporting)
how can i export this table to another database and create an index on this field?
You can't create an index on the view because a view is just a stored statement. Have the administrator of the database (or someone with rights) create the index.
actually no one has permission to create index on this table, as this database is a backend for a software program and tampering with the indexes might lead to major issues.. hence, i want to know if i can export this table into another database and create an index on the field..
is there is a possibility to export this table into another database and refresh the table periodically.. so that i can create indexes on this exported table and use it as i want?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.