SQL Server 2005没有GUI。操作好不方便呀!
而且用VC#.Net Express Edition 2005 新建数据库的时候,总是提示
Insufficient memory to continue the execution of the program.

几经周折,才发现在VC++.Net Express Edition 2005里面可以顺利的Create a new database.

在用VC#.Net创建新数据库的时候,任务管理器中有进程VCSExpress。
而用VC++.Net创建新数据库的时候,任务管理器中有进程VCExpress。

至于VB.Net 和 VJ#.Net的我没有试。

看来是VC#.net的问题了。
后来在lab.msdn.microsoft.com上发现,这是一个Bug。

http://lab.msdn.microsoft.com/productfeedback/ViewWorkaround.aspx?FeedbackID=FDBK10517#2

相关文章:

  • 2021-10-09
  • 2021-05-18
  • 2021-12-25
  • 2022-01-29
  • 2021-09-09
  • 2021-06-07
  • 2022-12-23
猜你喜欢
  • 2022-01-21
  • 2021-08-20
  • 2021-12-11
  • 2021-12-04
  • 2021-09-08
  • 2021-11-05
  • 2021-12-09
相关资源
相似解决方案