Possible to export SQL Server table schema from Visual Studio SQL Server Object Explorer?

Viewed 28

Is it possible to export a table schema from Visual Studio 2022 using the SQL Server Object Explorer? I know it can be done through CLI using dotnet ef ... to get the ContextFile and model created. But I could have sworn I saw somewhere it was possible using the SQL Server Object Explorer, but I cannot find anything on it.

0 Answers
Related