Viewing 15 posts - 1 through 15 (of 47 total)
I figured it out
1)Set up AG
2)On day of migration remove databases from AG
3)Do full back up of db on current prod server.
4)Do tran log back up of db on current...
February 27, 2015 at 7:04 pm
Personally I am not a fan of using multiple instances on production machines. I find management and troubleshooting machines with multiple instances a lot more work than single instance...
January 13, 2015 at 11:41 am
So are you talking about having 150 instances of SQL Server? How many servers do you have available to host all those instances?
Are there are requirements that a tenant's...
January 13, 2015 at 10:28 am
I think we ended up causing our own problem. We were attempting to restore to a new database that we had set up off a restore of the primary...
May 23, 2014 at 12:01 pm
After the restore of the read write filegroups the read only file groups have a state of RECOVERY_PENDING. If I run
RESTORE DATABASE X FILEGROUP='FG_readonly'
WITH RECOVERY;
The read only files have...
May 22, 2014 at 10:05 pm
It was the distribution clean up job blocking the log reader. I fixed the slowness using the steps from this article.
http://www.replicationanswers.com/TransactionalOptimisation.asp
October 3, 2012 at 3:29 pm
I don't know how many sprocs you are running during your test but the first thing I would do is look at the execution plans of the sprocs. The...
October 3, 2012 at 11:53 am
Lowell (5/5/2011)
how about creating a table CustomerAlias, and...
May 5, 2011 at 7:52 am
I disagree somewhat with the other posts. In my experience Sql Server 2008 backup compression is on par or better than sql litepeed (when sql litespeed is used with...
May 11, 2010 at 3:27 pm
questioned answered here
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/65112/
March 19, 2010 at 6:53 am
Are you on a 64 bit or 32 bit OS? 64 or 32 bit sql server?
March 17, 2010 at 7:12 pm
We use transactional replication on a 2008 publisher with push subscribers who are sql 2005, sql 2000, and sql 2008. No problems so far.
March 17, 2010 at 7:10 pm
Makes sense. Thanks for the reply. I thought we had the same issue when it was set to asynchronous mirroring but I will check it out again.
Thanks again.
January 29, 2010 at 1:10 pm
Yep that did it. Thanks very much for your assistance.
December 30, 2009 at 9:33 am
Viewing 15 posts - 1 through 15 (of 47 total)