Viewing 15 posts - 31 through 45 (of 120 total)
You should be running regular scheduled FULL DB backups of ALL DBs (this includes LS source DB's) and DIFF DB backups too if needed because you need ALL DBs protected...
December 30, 2015 at 2:38 pm
The issue is IF you have a DB with multiple data files and all of the data files do not need to be the same size (which is usually the...
November 23, 2015 at 2:47 pm
We do the same except EXCEPT:
Run a full backup on the old server and run a full restore with norecovery on the new server.
Then run your normal nightly...
November 17, 2015 at 2:21 pm
Did you enable the "Allow inprocess" option in the IBMDA400 Providers for Linked Services?
November 17, 2015 at 2:01 pm
Run SSMS as Administrator on the new server then connect to SSAS to set the security/options to match the old server.
Backup/Restore the cubes. Re-IP then Re-name the servers...
October 13, 2015 at 2:40 pm
After the server renames don't forget to change the SQL local server name too:
SELECT @@SERVERNAME
EXEC master.dbo.sp_dropserver 'OldServerName'
EXEC master.dbo.sp_addserver 'NewServerName', @local = 'local'
Restart SQL/Service
October 13, 2015 at 2:35 pm
I have fixed this several times due to IBM I Client Software installs adding a bogus line in the .net machine.config file:
SSMS will receive the following error when trying to...
October 1, 2015 at 1:53 pm
If you have the disk space or the DB is not that large the easiest way is to backup the DB to a shared folder using a static named backup...
September 22, 2015 at 2:42 pm
No notification; however, I like this site: http://sqlserverbuilds.blogspot.com/
September 3, 2015 at 1:47 pm
The problem is when CV has issues and it will have issues at some point usually on a weekend or Holiday - for example the MediaAgent is down or tape...
September 1, 2015 at 11:46 am
Yes.
Install SSAS on the new server (use the same version and fix level as the old SSAS), set the AS security to match the old server, set the...
September 1, 2015 at 8:54 am
Run Windows Resource monitor on the server where the DB is being restored and look at the Disk stats.
August 18, 2015 at 12:19 pm
Also I wanted to say WELCOME André do Nascimento!!
July 28, 2015 at 12:03 pm
We apply a SP and CU (or MS Security Fix) at the same time then fail over and have not had any issues...
July 22, 2015 at 1:25 pm
Brandie beat me to it! Use the passive node as a clustered Backup drive and or clustered MSDTC.
July 22, 2015 at 1:06 pm
Viewing 15 posts - 31 through 45 (of 120 total)