Running SQL Server CE 4 Queries with Visual Studio 2012 and SQL Server Management Studio 2012

前端 未结 2 1571
我寻月下人不归
我寻月下人不归 2020-12-07 04:30

I have recently upgraded to Visual Studio 2012 and SQL Server Management Studio 2012, however I cannot seem to see how to execute SQL scripts (created by Entity framework) o

相关标签:
2条回答
  • 2020-12-07 04:58

    Try using the SQL Server Object Explorer instead of the Server Explorer. That should allow you to do what you wish.

    0 讨论(0)
  • 2020-12-07 05:04

    Microsoft got rid of that for SSMS 2012, and suggested to use the integrated tools in WebMatrix instead (from memory, can't find a link for that sorry).

    As suggested in that Microsoft Answers post, however, you could use the SQL Server Compact Toolbox, it's pretty effective.

    0 讨论(0)
提交回复
热议问题