我剛剛安裝了SQL Server Management Studio 10.0(2008)。SQL Server 2008數據庫引擎不連接
當我第一次打開它時,我得到了這個數據庫引擎屏幕,在服務器名稱標籤下沒有名字。
我迄今爲止試過的任何名稱都不會連接到任何數據庫(包括(本地))。
我該如何繼續?
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
<session-factory>
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
<property name="dialect">NHibernate.Dialect.MsSql2008Dialect</property>
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
<property name="connection.connection_string">Data Source=NHSchema.sdf</property>
<property name="show_sql">true</property>
<property name="format_sql">true</property>
</session-factory>
</hibernate-configuration>
感謝
Management Studio只是客戶端。除非你已經安裝了或者有一臺服務器組件,否則它本身並沒有多大用處。 – 2012-03-27 19:59:41