Viewing 15 posts - 136 through 150 (of 434 total)
Message
The activated proc '[dbo].[sp_syspolicy_events_reader]' running on queue 'msdb.dbo.syspolicy_event_queue' output the following: 'Cannot execute as the database principal because the principal "##MS_PolicyEventProcessingLogin##" does not exist, this type of principal cannot...
June 22, 2010 at 9:35 pm
vamshi.sql (6/22/2010)
June 22, 2010 at 9:15 pm
Try domain account to connect , the domain account should be added to the admin group of the monitoring server.
June 22, 2010 at 4:34 am
You are right Wayne, we had the same experience in our PROD env. There was a uindex rebuild job which was the culprit. Any way shrinking Tlog periodically will fragement...
June 10, 2010 at 3:27 am
When you setup log shipping always use domain account with never expired password.
The domain account should have full access to the tlog backup and tlog copy/restore folders with full...
June 9, 2010 at 11:44 pm
You need to find out why the tlog grow so much is there any uncommited transactions ? or log running queries that increase the log size? What is the...
June 9, 2010 at 4:26 am
Nic-1052152 (6/9/2010)
is this because in simple mode it truncates the transaction log and in full it doesnt unless you ask it to by doing the transaction log backup? sorry...
June 9, 2010 at 4:14 am
Try restoring tlog manually and check the profiler why it takes such a long time. Another question do you have any anti virus install on the server 2 where you...
June 9, 2010 at 3:40 am
If the recovery model is full , taking a full backup over the log shipping setup will not impact the log shipping.
You can schedule your backup in such a...
June 9, 2010 at 3:32 am
What is the outpur of desc column in log_reuse_wait_desc. If any Replication is setup? If Script out the subscription, drop the subscriber, back up the log, shrink it
to something smaller...
April 30, 2010 at 12:13 am
What did SQL error log says? Check if Remore connection is enabled
Paste the full error.
April 29, 2010 at 10:50 pm
Added a checklist which we followed during migration.
Migrtion Pre checklist
1OS & Service pack of both the Server
2RAM & CPU detail
3Analyse the disk space in the Target Server
4Physical layout...
April 27, 2010 at 10:00 pm
We do not have SAN , I am going to use SSIS package to append the records. Any other pointers?
March 9, 2010 at 11:09 pm
Thanks everyone for the replies 🙂
So I have two options:
1. Use SAN Clone to refresh the data between Prod and Stage
2. SSIS package to append the data.
Will update the group...
March 9, 2010 at 8:45 pm
Would you post the summary and detail text.
February 22, 2010 at 10:15 pm
Viewing 15 posts - 136 through 150 (of 434 total)