0

I can't access the option "Scrip as Create" for indexes using Azure Data Studio. I just have the refresh option enter image description here

I think that should be like that, no?

enter image description here

I've searched on Internet some solution, but I didn't found anything. Someone could help me?

Raul Britto
  • 47
  • 1
  • 5

1 Answers1

5

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.

Mohamed Sahbi
  • 1,065
  • 10
  • 24