Good Recovery Tips, Thank you:
Ads
19 September 2020
28 July 2020
Change Mode Of SSAS
Below are the details how we can change this mode, please note take a backup of existing CUBES before changing this option.
DeploymentModes :
DeploymentMode=2 for Tabular Mode
DeploymentMode=0 for Multidimensional Mode
DeploymentMode=1 is for PowerPivot for SharePoint instances.
Steps:
- Backup any
multidimensional databases on the server and either detach them or delete
them. Once mode is changed this may not work.
- Copy the msmdsrv.ini
file to safe location this can be found here - C:\Program Files\Microsoft
SQL Server\MSAS15.MSSQLSERVER\OLAP\Config.
- Open the config file in
Notepad. Change the DeploymentMode property as required - 0
(multidimensional) to 2 (tabular) Save and close the file.
- Copy the msmdsrv.ini
file back to the OLAP\Config directory.
- Restart the SQL Server
Analysis Services instance.
18 May 2020
SQL Server Agent Not Coming OnLine After Reboot
This issue occurred recently whenever the server was rebooted SQL Server Agent was not coming online. Noticed the below error message in event viewr.
"The SQL Server Agent 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 As follows:
https://support.microsoft.com/en-in/help/922918/a-service-does-not-start-and-events-7000-and-7011-are-logged-in-window
"The SQL Server Agent 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 As follows:
https://support.microsoft.com/en-in/help/922918/a-service-does-not-start-and-events-7000-and-7011-are-logged-in-window
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- In the right pane, locate the ServicesPipeTimeout entry.
Note If the ServicesPipeTimeout entry does not exist, you must create it. To do this, follow these steps:
- On the Edit menu, point to New, and then click DWORD Value.
- Type ServicesPipeTimeout, and then press ENTER.
- Right-click ServicesPipeTimeout, and then click Modify.
- Click Decimal, type 60000, and then click OK.
This value represents the time in milliseconds before a service times out. - Restart the computer.
18 February 2020
Upgradation of SQL Server 2008r2 to 2014 Fails - Valid DSN, Valid Database compatibility level
The below error screen will appear during installation process, the fix is very simple step we need to configure the SSRS database, below screens are self explanatory.
ERROR SCREEN
Open SSRS Configuration Manager and configure the report server database.
Once its configured we can see below screen.
Re-run the rules and it should go through.
Subscribe to:
Posts (Atom)
-
Find More On : - http://www.sqlserver-training.com/250-sql-queries-interview-question-answers/-#5+ SQL Queries Interview Questions ...
-
http://technet.microsoft.com/en-us/library/cc731002(WS.10).aspx#BKMK_requirements How accounts are created through wizards in ...
-
ERROR: report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the o...