Viewing 15 posts - 271 through 285 (of 464 total)
You can build your own auto-failover mechanism with a job on the mirror server that connects to the primary database (via linked server) and drops mirroring / recovers the database...
September 19, 2008 at 7:11 pm
One thing I haven't seen mentioned is to ensure that your indexes are not fragmented and your stats are up to date ... rebuild at least the stats nightly if...
September 11, 2008 at 10:44 pm
I would think you could do something with linked servers and the client-side redirect abilities in the sql native client so that it would automatically redirect to the new principal...
September 11, 2008 at 12:46 pm
Grant Fritchey (9/8/2008)
September 11, 2008 at 12:33 pm
You need to restart the agent for it to take effect. If it still isn't working then try removing dbmail from the agent, restarting, adding it back and restarting...
August 29, 2008 at 10:40 am
I would think your best bet for minimal problems would be to set up another instance on that server using the binary collation, server resource permitting of course.
August 22, 2008 at 7:09 pm
The wikipedia entry gives all the command line options : http://en.wikipedia.org/wiki/Robocopy
The basic syntax is along these lines: robocopy C:\source C:\target /M /E (where the /M option copies only the files...
August 22, 2008 at 8:09 am
You could just use Robocopy or similar, very easy to set up so that only files with the archive flag set are copied (and then unflagged). You could run...
August 21, 2008 at 10:52 pm
Ha, I am the admin!
No, they aren't being filtered in any way, and this is across 2 emails with different providers. Sometimes I get the daily email, sometimes (including...
August 21, 2008 at 12:13 pm
Every case, and business, will differ to some extent but the common items mentioned above (backups, restore, monitoring, security etc) will apply to EVERY database so I would consider them...
August 20, 2008 at 10:40 pm
I get my topic replies but very rarely get the daily email or database weekly. I even changed email addresses to see if it was a problem on my...
August 20, 2008 at 10:31 pm
From memory I think there is also a requirement to use the semicolon between some of the service broker statements and in some of the new 2008 functionality, I'd have...
August 20, 2008 at 8:14 am
I tend not to use them for aesthetic reasons as much as anything. I do put the semicolon after every statement now though .... it is mandatory with some...
August 19, 2008 at 9:36 pm
It's also possible to assign an IP address directly but you have to use TSQL as SSMS will validate the value in the mirroring window (giving the FQDN error).
August 14, 2008 at 7:44 pm
Viewing 15 posts - 271 through 285 (of 464 total)