Viewing 15 posts - 421 through 435 (of 536 total)
Adam Haines (3/27/2008)
March 27, 2008 at 7:47 am
I never found out what the issue was really, i just removed all the replication and started again, and now its fine. So my advice would be to do...
March 27, 2008 at 2:39 am
Cheers for the reply Adam, however it isnt the answer. The column has no spaces in it SLON0_TOTAL_FEES There are actually 16 characters, the legnth knows there are 16...
March 26, 2008 at 2:32 am
are the data files read only by any chance?
March 17, 2008 at 2:33 pm
select * from msdb.dbo.sysjobhistory where message like '%failed%'
Ones that you need the full failure message on you could write a job to check this table every x minutes and do...
March 17, 2008 at 5:57 am
I have had this problem before and a simple restart of the agent service has solved it. Usually though when this happens the next scheduled date will still be...
March 10, 2008 at 11:00 am
Robert.concepcion (3/10/2008)
March 10, 2008 at 7:24 am
You need to do a couple of things.
1) Backup your transaction log, this will free up room within the log (not the physical size!)
2) shrink the log using...
March 10, 2008 at 7:10 am
use performance monitor. there is a counter for transactions/sec. its under the SQLServer:Databases objects
March 9, 2008 at 4:37 pm
It could be because the jobs are trying to execute on a server where they were not designed and you need to amend the server id properties. you can...
March 9, 2008 at 6:41 am
have a look in BOL for sql agent database roles. there are 3 fixes roles (user, reader and operator), a user needs to be assigned one of these roles...
March 7, 2008 at 1:36 pm
Peter - your a legend, i cant thank you enough!!
Thanks for your help and perseverance.
John
March 7, 2008 at 2:09 am
Hi Peter,
Thanks for your reply. I see now where i can enter my variables. It has however thrown up another issue where i have obviously gone wrong...
March 6, 2008 at 12:28 pm
You are correct, it should not be a problem just updating the named instance. however make sure you take a full backup of all your databases on both instances...
March 5, 2008 at 10:21 am
use profiler in a test environment and look at the lock events. you will see when locks on objects are aquired and released. that way you will probably...
March 5, 2008 at 5:54 am
Viewing 15 posts - 421 through 435 (of 536 total)