Viewing 15 posts - 2,866 through 2,880 (of 4,745 total)
only a few dozen tables out of the database - gotta be replication.
February 23, 2010 at 7:10 am
..or you use the new replication model steve has just patented 🙂
February 23, 2010 at 7:02 am
bwillsie, you just made my point. You are trying to use log shipping, which is primarily designed as an HA solution. for reporting purposes, which is just a handy byproduct...
February 23, 2010 at 6:59 am
steve, I think you just reinvented transactional Replication!
I think we are in danger of over complicating things. People need to decide whether they want to use their databases copies for...
February 23, 2010 at 4:50 am
dbcc shrinkfile has not been deprecated.
Not quite sure from your post but if your db has more than one log file get rid of the second one using dbcc shrinkfile...
February 22, 2010 at 2:51 pm
use with standby option
February 22, 2010 at 7:09 am
stoviber (2/22/2010)
My big gripe at the moment is the size of the database, circa 300GB meaning any recovery wont be quick and when I start looking at replicating the database...
February 22, 2010 at 7:03 am
Stevie, if not already doing so sounds lie you would benefit from cutting down\spreading out the reindexing you are doing. If you search BOL for sys.dm_db_index_ physical_stats that entry comtains...
February 22, 2010 at 4:37 am
CirquedeSQLeil (2/21/2010)
george sibbald (2/21/2010)
did the points from timewarp get reinstated?- I lost track.Nope.
:crying:
February 21, 2010 at 1:59 pm
did the points from timewarp get reinstated?- I lost track.
February 21, 2010 at 1:28 pm
Rule of thumb -
snapshots for reporting databases
mirroring and logshipping for High Availability or DR
replication for scale-out (data available in more than one place).
Thats not cast in stone thats what...
February 21, 2010 at 4:51 am
good to hear, it can just be a case of timing sometimes
February 20, 2010 at 6:00 am
If SQL started using the third log file it obviously needed it so perhaps getting rid of it might not be a good idea, SQL might need the space again.
that...
February 19, 2010 at 3:01 pm
In SQLAgent you can schedule jobs to run only when CPU is idle (you define what you mean by idle)
February 19, 2010 at 2:50 pm
a restore from a .bak file will create the database files for you, but the directory structure needs to exist.
run restore filelistonly from disk = 'wherever' to see where the...
February 19, 2010 at 2:27 pm
Viewing 15 posts - 2,866 through 2,880 (of 4,745 total)