Viewing 15 posts - 7,006 through 7,020 (of 39,754 total)
I would guess there's a Data Domain process that uses the VDI interface to take a backup. However, the backup isn't going to a file, it's going to some identifier...
March 6, 2017 at 8:50 am
Are you rebuilding online?
March 6, 2017 at 8:36 am
I'm with Grant. I'd prefer you actually don't move the data.
If you had to, why another db? You could use a trigger to check for new numbers being...
March 6, 2017 at 8:35 am
For reference: STUFF
March 6, 2017 at 8:28 am
As Gail mentioned, the log backups are for DR and recovering your system from issues that affect your AG. You can move the log backups location without affect the AG
March 6, 2017 at 8:12 am
Yes, you can get SSMS 2016 (free, should work with 2008 R2.
Then: https://voiceofthedba.com/2015/12/16/tracking-logins-with-extended-events/
March 6, 2017 at 8:10 am
There's no good way to size the log and tempdb for a database. The amount required isn't based on the data size, but rather the workload. How much activity can...
March 6, 2017 at 8:08 am
Try connecting with the dedicated administration connection (DAC). This has reserved resources if the server is too busy to respond to normal user requests.
March 6, 2017 at 8:06 am
If that's all that's in the trigger, I wouldn't expect a failure, but I always worry about lots of AND/ORs and something slipping through I didn't expect.
Do you...
March 6, 2017 at 8:00 am
March 6, 2017 at 7:56 am
In terms of things like termination date, I see both sides. I use NULL here, because the data is unknown. As for why it's unknown, as Roger points out is...
March 3, 2017 at 10:55 am
sorry. I really pushed on this, but what works well in Chrome/FF/Edge is broken in IE. Looking at some other editors (like for articles), they spend a massive time dealing...
March 3, 2017 at 9:47 am
What might be cool would be to take a leaf from PostgreSQL's book...
March 3, 2017 at 9:46 am
On a related note with the AWS outage, this made me think of Jeff Moden (and this thread).
In the comments from : https://tech.slashdot.org/story/17/03/03/158209/amazon-outage-cost-sp-500-companies-150m
"Most IT "engineers"...
March 3, 2017 at 8:54 am
Viewing 15 posts - 7,006 through 7,020 (of 39,754 total)