I can't access the option "Scrip as Create" for indexes using Azure Data Studio. I just have the refresh option
I think that should be like that, no?
I've searched on Internet some solution, but I didn't found anything. Someone could help me?
I can't access the option "Scrip as Create" for indexes using Azure Data Studio. I just have the refresh option
I think that should be like that, no?
I've searched on Internet some solution, but I didn't found anything. Someone could help me?
There is no script as create
option for index. The solution is to click on script as create
over the table. It will generate the creation script of the table along with the indexes and constraints.