Viewing 15 posts - 106 through 120 (of 496 total)
SQL Agent cannot run as part of SQL Express. This is normal.
April 12, 2016 at 1:32 pm
Manic Star (4/12/2016)
Ray K (4/12/2016)
DonlSimpson (4/12/2016)
Ed Wagner (4/12/2016)
whereisSQL? (4/12/2016)
Ed Wagner (4/12/2016)
BWFC (4/12/2016)
ThomasRushton (4/12/2016)
Revenant (4/12/2016)
ThomasRushton (4/12/2016)
Manic Star (4/12/2016)
whereisSQL? (4/12/2016)
djj (4/12/2016)
Grumpy DBA (4/12/2016)
Ed Wagner (4/12/2016)
San Francisco(left my) Heart
Soul
Train
Tracks
switch
blade
glory
Blaze
Fire
Fighter
Mortal Combat
Arcade
Pac-Man
Nom Nom Nom
Cookie Monster
April 12, 2016 at 11:11 am
Eventually you must install it on both nodes. If you don't, what happens when you have an outage and you fail back to the unpatched node? You can have...
April 12, 2016 at 6:29 am
I have not seen a condition like that before -- can you look in that bootstrap location to see if there are any errors in either a summary.txt or a...
April 11, 2016 at 1:32 pm
I don't think Local System is going to work. I have had to use Network Service in order for that to work. Better overall is a domain account...
April 11, 2016 at 1:29 pm
Can you browse to the <root>\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log area of the server and look for a Detail.txt? There should be a clearer error message in there somewhere.
April 11, 2016 at 9:01 am
Enterprise in dev aside, there are a few things to check -- 1) you cannot add features during an upgrade, you can only upgrade what's already there. Make sure you...
April 11, 2016 at 7:42 am
No matter what you will have down time briefly for the failovers, at least once in an active/passive setup, and multiple times for active/active. If all goes well, the...
April 11, 2016 at 7:34 am
We did this for a series of conversions of remote site from SQL 2000 to 2012. We could not move DBs down the WAN but we had to do...
April 7, 2016 at 12:43 pm
Your analysis looks correct. Given your requirements, I cannot think of a better solution out of the box than log shipping, and it should do everything you want. ...
April 6, 2016 at 2:47 pm
Trust me, you do not want to back up to a UNC path. Not only is it far slower (as you have seen) but it is far less reliable....
April 6, 2016 at 2:44 pm
If you can account for all of your code and this doesn't exist, you may be safe. In a case like this I will never say you WILL be safe,...
April 6, 2016 at 7:49 am
Yep there is. If DBO = sa as is the case in many cases, and trustworthy is on, what if you have a procedure set to execute as owner...
April 6, 2016 at 7:28 am
Are you sure you need more than 8? Are you seeing slowdowns in tempdb with 8 files anyway? I have yet to see an install that truly benefited from...
April 6, 2016 at 7:11 am
Agreed -- if the hardware and versions are the same, the data layout has to be different. I'd check fragmentation and stats on all affected indexes as that will...
April 6, 2016 at 7:07 am
Viewing 15 posts - 106 through 120 (of 496 total)