摘要:[SQL]如何設定本地的SQLServer的連接字串
測試階段當然會常常用本機的SQLServer囉~
連接字串這樣設定:
@"Data Source=你的電腦名稱\SQLEXPRESS;Initial Catalog=master;Integrated Security=True"
如果是用SQLServer Management Studio,只要設定為Windows驗證,伺服器名稱設定為"你的電腦名稱\SQLEXPRESS"即可囉~
補充:
只要利用控制台的下列路徑,就可以知道自己的電腦名稱囉
控制台\所有控制台項目\系統
參考資料:
Sql connection-string for localhost server
http://stackoverflow.com/questions/20796298/sql-connection-string-for-localhost-server