Viewing 15 posts - 1 through 15 (of 31 total)
I agree with the 2 previous posts. I'd just take it out of the AG for your outage in that server room and add the DBs back once it's...
December 28, 2016 at 11:43 am
prem.m38 (10/4/2016)
I want keep my secondary database in standby/read-only mode,will the same process work for standby mode??
Or till differential restore Can I keep my secondary in No Recovery and...
October 6, 2016 at 6:32 am
If you want to get tricky with it, you can leave the primary DB in SIMPLE mode during the FULL backup. I've done this on a 3.5TB and had...
October 3, 2016 at 12:49 pm
Patching the instance does shut it down the 'proper' way and restarts it.
The 'proper' way to shut down an instance is pretty much anything besides going and killing the process...
September 15, 2016 at 12:07 pm
There's no real need to shut down the instance externally. When you apply a SQL patch, the software will restart the instance for you by itself.
September 15, 2016 at 10:35 am
Why Evaluation edition, in any case? It has a time limit, why not just go to developer edition and not have to worry about it?
August 16, 2016 at 8:16 pm
I'm not entirely sure but I don't think evaluation edition can be upgraded. It's not listed in the supported upgrade paths from MS.
Might I offer a suggestion? Try...
August 16, 2016 at 2:26 pm
In SQL Server 2014, you must have SA (Software Assurance) for a standby or passive node. This includes DR.
We no longer get 'free standby' servers, unfortunately.
March 4, 2016 at 2:57 pm
bfortner (8/26/2015)
Edit: It appears you can go to 2012 from...
November 18, 2015 at 9:17 am
I would just change it from Config Manager as stated above. I've done this before and using PoSH is overcomplicating things.
I, personally, recommend a clean restart of...
November 18, 2015 at 9:13 am
Alot of it depends on what kind of DBA you'd like to be. There's many different paths including architecture, development, operations, devops, etc.
I'm more passionate about operations/high availability so...
November 16, 2015 at 10:44 am
- You can do an in-place upgrade from 2005 SP4 to SQL 2012
-Correct
- Any version between SQL 2000 and SQL 2005 SP3 cannot be restoredon SQL2012+ (hence, no in-place upgrade).
-Sort...
October 19, 2015 at 7:11 am
One thing which is not mentioned: You can only restore 2008+ in SQL 2014, if you have a SQL2005 (or SQL2000 :w00t: database), you'll have to restore it first to...
October 16, 2015 at 8:12 am
If you're doing 2014 on Server 2012, you'll need to install .NET 3.5 from the Server 2012 installation media, if it hasn't already been done.
Here's a link to the quick...
October 1, 2015 at 2:49 pm
I agree with all above, it definitely depends on how much data you have and how much you think it will grow. Don't use %s, at all, ever.
Sidebar, if...
July 17, 2015 at 11:27 am
Viewing 15 posts - 1 through 15 (of 31 total)