Viewing 15 posts - 9,166 through 9,180 (of 22,214 total)
Also know that the optimizer, with one exception, treats a parameter (before the AS) and a variable (after the AS) differently. A parameter value is known to the optimizer when...
December 23, 2013 at 8:18 am
I would not take a single suggestion from the Database Tuning Advisor as safe. I would assume that each and every suggestion is suspect until I tested it. I do...
December 23, 2013 at 8:05 am
Not seeing where someone said not to use differential backups or am I misunderstanding?
December 23, 2013 at 8:03 am
Yeah, that makes more sense, and yes, it should just roll back to where things were.
December 23, 2013 at 8:01 am
Jeff Moden (12/22/2013)
Grant Fritchey (12/20/2013)
December 23, 2013 at 7:57 am
I'd see if you can recover that file and get your database back online.
Then, let this be a lesson, get good backups in place. Especially before you start modifying structures.
December 22, 2013 at 8:25 am
Not with a missing data file. You have to have that.
December 22, 2013 at 4:47 am
You'll need to restore this database from a backup. Or, if you have detached the files, you'll need to go through an attach process. Without all the data files, you...
December 22, 2013 at 4:28 am
Sorry. Not a comvault person. Do they have a forum? You might post there to see what people say.
December 20, 2013 at 4:21 pm
Based on what you're saying, I'm pretty sure it's 8 for each machine, not shared. Unless you're running active/active and the instances are both on one server. Then, it's shared...
December 20, 2013 at 4:19 pm
I'm with Kevin. It sounds like OS and possibly 32bit.
December 20, 2013 at 4:15 pm
You can create a primary key and use the word NONCLUSTERED to force it to not be a clustered index.
But, other than that, you've got the answer. Unique constraints create...
December 20, 2013 at 11:21 am
Not sure why it would fail. The worst thing that would happen is you're blocked for the duration of the backup process, but even that shouldn't cause any issues. Are...
December 20, 2013 at 11:19 am
The log only grows from failure of the log backups. It won't grow due to failed differentials or failed full backups.
Another way to audit your backups, in addition to alerts...
December 20, 2013 at 11:16 am
SQLRNNR (12/20/2013)
Jack Corbett (12/20/2013)
WayneS (12/20/2013)
December 20, 2013 at 11:12 am
Viewing 15 posts - 9,166 through 9,180 (of 22,214 total)