I would like to add a .sqlproj (Visual Studio SQL Server Database Project) to SSMS Solution explorer. When I go to File | Open Projects, this extension is not available
Asked
Active
Viewed 771 times
1 Answers
0
No, SQL Server Management Studio is different product and works with it's own projects.
Projects in SSMS are collections of logically related scripts and files, that can be saved together, while projects in Visual Studio are much more than that. But you can execute SQL scripts from Visual Studio, if you want to use only one environment.

Andrey Nikolov
- 12,967
- 3
- 20
- 32