平時,為了節省系統資源,我們習慣於將一些服務停掉,在下一次需要的時候啟動它。可是,我們經常忘記。例如我串連我原生MSSQL資料庫總是串連不上。
650) this.width=650;" style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" title="SNAGHTML37e2cff" border="0" alt="SNAGHTML37e2cff" height="368" src="http://www.bkjia.com/uploads/allimg/131229/1945031W2-0.png" />
後來我才明白,我們工作的時候大多是通過Microsoft SQL Server Management Studio這個用戶端串連公用資料庫,所以沒有問題。如果需要串連自己原生資料庫伺服器,則需要將它啟動,並且允許遠端存取。
操作如下:
650) this.width=650;" style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" title="SNAGHTML3813b96" border="0" alt="SNAGHTML3813b96" height="320" src="http://www.bkjia.com/uploads/allimg/131229/1945034533-1.png" />
650) this.width=650;" style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" title="SNAGHTML3822163" border="0" alt="SNAGHTML3822163" height="320" src="http://www.bkjia.com/uploads/allimg/131229/194503I08-2.png" />
然後可以在網上下載一些範例資料庫供以後學習使用。
:http://www.microsoft.com/en-us/download/details.aspx?id=23654
本文出自 “CTO-360” 部落格,請務必保留此出處http://penzhaohui.blog.51cto.com/3311602/945223