Viewing 15 posts - 31 through 45 (of 120 total)
I think oracle supports replication with heterogenious database servers. I dont have much knowledge on that.
December 28, 2008 at 12:10 pm
I think your agent cache is not in synch with msdb database. Can you please restart the sql server agent.
December 28, 2008 at 12:07 pm
This link may be helpful for you.
December 28, 2008 at 11:30 am
Divert the output of the dbcc job to a file and use the attach statement of the file while sending mail.
December 27, 2008 at 11:12 am
just remove xp_cmdshell.
--------
INSERT INTO SERVERAGENTSTATUS(ASTATUS)
exec MASTER..XP_SERVICECONTROL 'QUERYSTATE','SQLSERVERAGENT'
December 27, 2008 at 10:50 am
Can you please log into individual system and do the installation. 😀
December 27, 2008 at 10:28 am
It looks like your sql server got restarted and it is now doing the recovery of the databases. Just check when the sql server got restarted. to check that you...
December 18, 2008 at 9:39 am
The second node would have added while creating the cluster only.
1.
Take all user databases backups.
Take all system databases backups.
move to active cluster node.
just install the sp2 on node 1...
December 17, 2008 at 9:29 am
The os error 32 clearly tells that
The process cannot access the file because it is being used by another process.
December 17, 2008 at 9:06 am
script the job, delete it and recreate the job. It looks like the sql server is not in sp4. Try updating the server to sp4
December 17, 2008 at 8:39 am
it looks like the growth rate is in percentage. Try with fixed size mbs with smaller size say 100 mbs
December 17, 2008 at 8:19 am
Hi,
Can you create a new simple job to test and see if the history is getting updated and also you try script the job, delete it and recreate the job.
December 17, 2008 at 8:12 am
Can you please add one data file to primary file group in that case?
December 17, 2008 at 8:06 am
It looks like the file is in use by another program. please see if the file is in use by some other program. Try running with different backup file name
December 17, 2008 at 7:41 am
Hi,
Please find out the process id for which your restore is running and run the dbcc outputbuffer
example
say spid is 55
dbcc outputbuffer(55)
the output will be scrambled you have organise it and...
December 17, 2008 at 7:38 am
Viewing 15 posts - 31 through 45 (of 120 total)