Viewing 15 posts - 496 through 510 (of 528 total)
oops, missed the bit that mentioned only 2 transaction log backups a day, I'd go with one every hour on a production system.
January 27, 2005 at 9:39 am
Hi Sam,
We use SQLCompare by RedGate and find that it does an adequate job for this type of thing.
Mike
January 27, 2005 at 8:54 am
Hi Deep,
If I understand your question it's regarding the physical size of the transaction log files as opposed to the size of the transaction log backups generated. It's good that...
January 27, 2005 at 8:40 am
You could also create the stored procedure in the master database with the SP_ prefix and set it as a system object, that way regardless of where you ran it...
January 21, 2005 at 4:07 am
Hi there, to be honest the best method from what you've said is to dump the database to disk and then back that up to tape (or if you have...
January 18, 2005 at 7:30 am
That's probably because licensing is such a pain that most good DBA's manage to offload the responsibility onto someone else, that way freeing them from the burden and allowing them...
January 18, 2005 at 7:13 am
Hi John,
This doesnt sound to far wrong to tell the truth, when you do a restore to a new server/database the first thing that gets done is that the data...
January 17, 2005 at 9:48 am
I think the word you're looking for is IFilter, we currently make use of various different ones to allow us to search documents (PDF, DWG, PLT, ZIP to name but a few)...
January 17, 2005 at 9:41 am
I've seen it before where a query from a remote server doesn't use the approriate index when executing, mind you, that was a year ago on a SQL 7 box so...
January 17, 2005 at 3:45 am
dbcc checkdb (DBNAME) with tableresults
it's a simple as that.
Also, i found the place that i'd seen it, it's hidden away in the DBCC SHOWCONTIG bit of BOL, so i guess...
January 13, 2005 at 8:18 am
in a former company we occasionally encountered problems where the transaction log didn't expand automatically even though it was set to. This is the only time that i've ever had...
January 13, 2005 at 3:48 am
i'm sure this is documented in BOL? we've used this method for over a year now and it sure makes things easier to examine long term.
January 13, 2005 at 3:01 am
No idea as of yet, but to be honest even if it was today i'd want to wait at least 2 months before applying it on our production systems.
We don't...
January 13, 2005 at 3:00 am
We tend to disable our transaction log backups during full and differential backups (also reindex jobs and DBCC checks), but that's mainly due to a set of jobs we have...
January 13, 2005 at 2:58 am
That's why people should always add the projected size of their largest table to the projected database growth when looking at capacity planning for their systems.
We've been stung like this...
January 13, 2005 at 2:43 am
Viewing 15 posts - 496 through 510 (of 528 total)