Viewing 15 posts - 136 through 150 (of 219 total)
I think you can try this and test.
http://wiki.cdyne.com/wiki/index.php?title=Mirroring_SQL_Server_2005
February 5, 2010 at 2:18 am
SELECT * FROM sys.endpoints
sys.endpointsAll endpoints and all generic properties
sys.database_mirroring_endpoints The Database Mirroring endpoints
----------------------------------------------------------------------------------------------
CREATE ENDPOINT endpoint_mirroring
STATE = STARTED...
February 5, 2010 at 2:15 am
Update the services with domain account / network service and restart the services.
Delete the endpoints and retry creating the endpoints again.
Follow: http://www.sql-server-performance.com/articles/clustering/mirroring_2005_p3.aspx
Try configuring.
Nice times...
- Win.
February 5, 2010 at 2:02 am
If thats a test server or yur local machine.
Change the SQL Server service accounts to domain account or Network Service and restart the services.
Start configuring mirroring. And the database needs...
February 5, 2010 at 1:33 am
Use BDCC TRACEON (1400) and alter the Startup parameter in configuration manager of SQL SERVER ;-T1400
· RUN --> Type sqlservermanager.msc
·...
February 4, 2010 at 8:58 pm
Correct..
I agree.
Take a point in time recovery or Tail Log backup for the possible recovery. Copy the last Trans Log file to the secondary server. Restore the final T-Log backup...
February 4, 2010 at 8:46 pm
Can you elaborate what exactly the status of the DB is now and error you are getting, after all tries ???
February 4, 2010 at 4:10 am
Post a reply when you fix this with steps if you can...
It might help others in future...
February 3, 2010 at 11:05 pm
How about...
Take a Trans log backup on the second server.
Kill all the processes on the database.
Try restoring the Trans log backup with recovery on the first and the OLD...
February 3, 2010 at 11:01 pm
Thanks for your valuable suggestions and points.
Iamaking a note of all the points as said above .
Yes backups tested wih T-SQL
RESTORE VERIFYONLY FROM DISK = 'D:\ApDB_260101.bak'
GO
RESTORE HEADERONLY FROM DISK...
January 29, 2010 at 2:25 am
One more thought:
Detach the DB and copy .mdf and .ldf files to another server (if you cant, then kill the processes running on the db). Attach DB here on the...
January 28, 2010 at 2:17 am
Thanks.
Planned to backup into tape drives and also Zero (mirrored) drives.
Application changes ?
January 27, 2010 at 10:42 pm
Thanks all .
Yes,
we are moving the boxes to new location where the servers will work with new IP.
I agree that IP address needs to be changed in Application level....
January 27, 2010 at 10:16 pm
Anytype of suggestions are appreciated.
Please post your comments.
January 27, 2010 at 5:30 am
Hi,
adding a new bit here, can we make this to work for GMail or Yahoo mails ?
any thoughts ?
as i tried in the past but never resolved.
Thanks in advance.
January 12, 2010 at 11:06 pm
Viewing 15 posts - 136 through 150 (of 219 total)