Forum Replies Created

Viewing 14 posts - 181 through 195 (of 195 total)

  • RE: Check Database Integrity uisng maintenance

    I changed the user and the message is now:

    SQL Server Scheduled Job 'Database Integrity Check.Subplan_1' (0x0BDC5ACFD0A9034E868247EEC6ED3CDA) - Status: Failed - Invoked on: 2011-07-14 13:33:39 - Message: The job failed. The...

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Check Database Integrity uisng maintenance

    On the single database that i had executed the commands.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: login transfers

    I have failed to establish mirroring with one machine in a domain the other in a group(Because of error 1418).Although i was using certificates.When the machines joined the domain...

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Check Database Integrity uisng maintenance

    I have run updateusage and the checkdb completes successfully,but my job stil cant run job.

    Initially was getting this message:

    SQL Server Scheduled Job 'Integrity Checks.Subplan_1' (0x3F3A67A8350F2340B4DFD5BF2E7DF56C) - Status: Failed - Invoked...

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Check Database Integrity uisng maintenance

    Started: 4:30:23 PM

    Error: 2011-07-13 16:30:26.19

    Code: 0xC002F210

    Source: Check Database Integrity Execute SQL Task

    Description: Executing the query "DBCC CHECKDB(N'Firstdatabase') WITH NO_INFOMSGS

    "...

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: login transfers

    You srcipt the logins or use SSIS job for the transfers.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Changing Owner or Mirrored DBs

    Always know that there are some commands which will run on the principal database and not the mirror.So remove mirroring change database owner and reconfigure mirroring.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Database Mirroring Status

    For me principal and mirroring are synchronized.Mirroring monitor fine at mirror but showing failure to connect at the principal.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Database Mirroring Problem

    The problem was in the order of the processes.

    1.alter database xxxx set partner of

    2.restore database xxxx with recovery

    3.lastly reconfigure

    To live,to love ,to learn and to live a legacy[/quote]

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: password policies

    Follow this link found it helpful. http://www.sqlservercentral.com/scripts/Security/73511/

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: virtualization

    We use Vmware have virtuaalised 7 servers ,a 6 in the production environment

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: mirror using ip

    Try follow step by step mirroring.This link might be useful http://msdn.microsoft.com/en-us/library/ms191140.aspx

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: mirror using ip

    Why not use FQDN?Are you getting error 1418?

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

  • RE: Database Mirroring

    Thank you.

    “When I hear somebody sigh, ‘Life is hard,’ I am always tempted to ask, ‘Compared to what?’” - Sydney Harris

Viewing 14 posts - 181 through 195 (of 195 total)