To keep this from becoming an issue with any scheduled job or process, I never schedule a job to start between 12:55AM. and 2:05 AMDon't count what you do, do what counts.
What is your reasoning for restoring the master database from one server to another, be more specific in what you are trying to accomplish >>> if you are migrating SQL...
I'v tried to do that lots of times, receiving different errors (from timeouts to access violations >>> same source/destination servers.) >>> with no luck. Don't waste your time with that option >>>...
Are the stored procedures encrypted ?? they won't come across and you can't script them >> you can only restore from a backup. I have had ~50% success in using...
You can use either "Tranactional"/"Snapshot" replication depending on your connection to the subscribing server. Log shipping maintains the stand-by database in recovery/read-only mode. in read-only mode the users get disconnected...
Do a native SQL Server backup to disk, have tha admins backup that file/directory. DON'T use any 3rd party SW that stopes SQL Server to do a backup, if a...
Have you tried shrinking the log shipping database using the shrink database via enterprise manager ? If a db is in recovery mode, you have very limited access to the...