Brad Chen's Developer Blog Azure Database Data science Machine Learning Cloud
2018年4月25日 星期三
Guideline for SQL Server configuration, installation and database creation
Guideline for SQL Server configuration, installation and database creation
2018年4月24日 星期二
SQL Server Reporting Services failed to start (Reporting Services啟動失敗)
SQL Server Reporting Services failed to start
(Reporting Services啟動失敗)
(Reporting Services啟動失敗)
Problem 問題:
The SQL Server Reporting Services (MSSQLSERVER) service failed to start due to the following error:
The service did not respond to the start or control request in a timely fashion.
Resolution 解決方法:
有三種解決方法,以下是我常用的一種
To increase the default service time-out, follow these steps:
- Click Start, click Run, type regedit in the Open box, and then click OK.
- Locate and then select the following registry subkey:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- Right-click Control, point to New, and then click DWORD.
- In the New Value box, type ServicesPipeTimeout, and then press Enter.
- Right-click ServicesPipeTimeout, and then click Modify.
- Click Decimal, type the number of milliseconds that you want to wait until the service times out, and then click OK.
- For example, to wait 60 seconds before the service times out, type 60000.
- On the File menu, click Exit, and then restart the computer.
其他解決方法請參考以下連結文件
You cannot start SQL Server Reporting Services after you apply the update that is discussed in KB 2677070
Reporting Services service doesn’t start after the installation of MS12-070 security patch
2018年4月20日 星期五
Cluster service verification failed 叢集服務驗證失敗
Cluster service verification failed
叢集服務驗證失敗
Cause:
叢集服務驗證失敗
Cause:
如果在Windows 2012 R2 failover cluster上安裝SQL Server 2008 R2 cluster將會遇到此錯誤
Rule "Cluster service verification" failed.
Resolution: 解決方法
事先啟用 Failover Cluster Automation Server功能
Using SQL Server in Windows 8 and later versions of Windows operating system
To resolve this issue, do one of the following:
- Enable the Failover Cluster Automation Server feature on each node by using Server Manager. In Server Manager, expand Remote Server Administration Tools, expand Feature Administration Tools, expand Failover Clustering Tools, and then click to select Failover Cluster Automation Server. (The screen shot for this step follows.)
訂閱:
文章 (Atom)
SQL Server Planning, Pricing and License
Server-CALs授權模式 1.需購買的量應該是所有終端用戶的電腦 例如:一台Data warehouse主機 與 一台Web報表主機,但公司有50人或電腦會連進Web報表主機開啟報表,則應該每一台用戶端電腦都需要有CALs授權,Data warehouse主機購買Ser...
-
1.安裝了Oracle Client,就可以用Oracle Net Manager工具來設定TNS連線設定(Tnsnames.ora) Oracle Client 18.3 Installation 安裝Oracle Client 18.3 2.啟動Oracle Ne...
-
SQL Server Integration Service可以透過內建的OLE DB Source連線到Oracle匯出資料,但無法寫入資料到Oracle,Attunity公司針對這個功能提供了SSIS的連結Source,並且聽說資料傳送效率非常好,本人沒有測試過效能,有興趣的...
-
1.下載 Oracle Database 18c (18.3) https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle18c-windows-180000-5066774.ht...