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。Bug Details: There is no sufficent memory to execute the profgramhttp://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=0b62f548-73d9-447d-8b03-8a897be68550解决办法:Workarounds for "FDBK10517:There is no sufficent memory to execute the profgram"http://lab.msdn.microsoft.com/productfeedback/ViewWorkaround.aspx?FeedbackID=FDBK10517#2
转载于:https://www.cnblogs.com/Ja/archive/2004/12/03/72613.html
相关资源:SQL SERVER 2005 最小安装经验