Viewing 12 posts - 46 through 57 (of 57 total)
I've just configured database mirroring - same procedure as last time, but this time it worked without any problems and synchronized within a few seconds. 🙂
It's great that it's working,...
September 26, 2009 at 2:57 am
Steve Jones - Editor (9/25/2009)
September 25, 2009 at 11:24 am
Jason Shadonix (9/25/2009)
Could there be a firewall or something involved that's messing with you?
There is a firewall, but it's been configured to allow traffic on the port used by mirroring....
September 25, 2009 at 10:16 am
Steve Jones - Editor (9/25/2009)
September 25, 2009 at 10:14 am
Jason Shadonix (9/22/2009)
September 25, 2009 at 3:22 am
Hi,
I didn't like the idea of leaving mirroring in that state during the working week so I switched back over to log shipping. I still want to get mirroring...
September 22, 2009 at 12:00 pm
Hi,
This is a new mirroring setup - converting from log shipping to database mirroring. The backup that was running was our normal weekly full backup - At first I...
September 21, 2009 at 9:58 am
Give this a try to change handling of noise words:
EXEC sp_configure 'show advanced options', 1
GO
RECONFIGURE
GO
EXEC sp_configure 'transform noise words', 1
GO
RECONFIGURE
GO
March 30, 2009 at 10:07 am
Excellent! Just used this to add full-text indexing to my own website.
I don't agree with the negative comments and I also think the title "A Google-link Full Text Search" is...
March 2, 2009 at 3:37 pm
Hugo Kornelis (3/7/2008)
Lynn Pettis (3/7/2008)
So, based on all the comments so far, does everyone agree we all should get our 2 points?Perhaps a poll should be setup.
😎
I'd rather say that...
March 7, 2008 at 8:49 am
I wrote a function for this:
http://www.wisesoft.co.uk/Articles/SQL%20Server/fAgeCalc.aspx
March 7, 2008 at 6:12 am
Thanks for the responses so far.
I'm not planning on doing anything to our production server without testing it first on our QA environment. 🙂
I've already started playing about with table...
December 18, 2007 at 9:32 am
Viewing 12 posts - 46 through 57 (of 57 total)