English 中文(简体)
Configure VS2008 创建SQ服务器数据库,而不是SQ服务器快车?
原标题:Configure VS2008 to create SQL Server databases instead of SQL Server Express?

Probably asked and answered before, but difficult to search for. In VS2008 when you right-click App_Data folder and create new database, it attempts to create a SQL Server Express database. Well I have SQL Server 2005 Standard installed and have thus uninstalled Express. How do I get VS2008 configured to know I want SQL Server databases (NOT Express) created?

最佳回答

服务器快递数据库是SQ服务器数据库和反射仪。 虽然2008年服务器数据库格式与2005年服务器格式不同,但同一版本(2005年、2005年SP1、2005年SP2、2008年特殊产品1等)所有SKU(Express、标准、Exnterprise等)的重现格式相同。

你们的视觉演播室工具正在指导你走上错误的道路。 您不应利用“解决方案探索者”在“评估”中添加一个数据库。 相反,你应当使用服务器探索工具(门u View/Server xplor或Ctrl+WL报),并与你的服务器2005年实例连接。 然后利用服务器探索工具探索数据库。 为了从你的解决办法中与数据库连接,在网上添加一个链接。 config文档。

虽然你可以管理服务器探测器的数据库物体,但拖拉是这样做的可怕方式,而且从长远来看只会造成痛苦。 相反,在部署解决办法时,你应制作带有DDL声明的部署文字,操作这些文字。 这样,你的数据库元数据就成为你的源控制的一部分,你可以跟踪应用数据库版本,见Version Control和你的数据库

问题回答

暂无回答




相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

SQL server: Can NT accounts be mapped to SQL server accounts

In our database we have an SQL server account that has the correct roles to access some of the databases. We are now switching to windows authentication and I was wondering if we can create a NT user ...

SQL Server 2000, ADO 2.8, VB6

How to determine if a Transaction is active i.e. before issuing Begin Transaction I want to ensure that no previous transaction are open.. the platform is VB6, MS-SQL Server 2000 and ADO 2.8

热门标签