Viewing 15 posts - 5,101 through 5,115 (of 9,253 total)
Robert Davis (9/4/2012)
Great idea, Perry!
😉
September 4, 2012 at 2:52 pm
Marios Philippopoulos (9/4/2012)
Perry Whittle (9/4/2012)
the column is called 'backup_destination_directory'That location contains the log backups copied to the standby from the principal. There is no standby file there.
yes it does and...
September 4, 2012 at 2:50 pm
confirm what steps you took to add the node into the windows cluster and into the clustered sql server instance
September 4, 2012 at 2:43 pm
the column is called 'backup_destination_directory'
September 4, 2012 at 2:41 pm
Suresh B. (8/29/2012)
Orphaned users situation araises only if the login does not exist. If the logins exist, no orphansed users.
This is incorrect!!
The login may exist on the new server but...
September 4, 2012 at 1:54 pm
dan-572483 (9/4/2012)
September 4, 2012 at 1:51 pm
Usually its set to the secondary destination directory which you can get from the following
exec sp_help_log_shipping_secondary_database 'yourdb'
September 4, 2012 at 1:38 pm
jrichards54 (9/4/2012)
4 or 5 with SQL Server entries and three of them show the MSSQLSERVER.
you probably have a default installation of SSRS and SSAS too as well as the...
September 4, 2012 at 8:27 am
you're welcome
September 4, 2012 at 1:45 am
run a transaction log backup and re check
September 3, 2012 at 12:09 pm
Perry Whittle (8/29/2012)
September 3, 2012 at 8:00 am
please check the rssults of the following query when executed against your secondary database and post them back
exec sp_help_log_shipping_secondary_database
@secondary_database = 'secondary_database'
September 3, 2012 at 6:21 am
naga.rohitkumar (9/3/2012)
As u mentioned i checkd the logs in sqlserver and event viewer
even after all jobs are executed success fully i got this mesage
the error message is...
September 3, 2012 at 6:17 am
If you're implementing mirroring on workgroup computers MS recommend you use certificates. For detailed information on how to implement mirroring in a workgroup see this link
Alternatively you can use this...
September 3, 2012 at 6:15 am
Viewing 15 posts - 5,101 through 5,115 (of 9,253 total)