Forum Replies Created

Viewing 15 posts - 43,666 through 43,680 (of 49,571 total)

  • RE: Snap Shot Database in Suspect

    Except that you can't repair a snapshot, as it's a read-only partial copy of a DB.

    Books Online


    When a page getting updated on the source database is pushed to a snapshot,...

  • RE: Restore - too recent to apply to the database?

    Adi Cohn (10/20/2008)


    From your attachment it looks as if there was another full backup that was done between the full backup that you did and the first log...

  • RE: Restore - too recent to apply to the database?

    oliver.morris (10/20/2008)


    Adi,

    Thanks for your reply. Over the weekend I tried to restore the database, I wanted to restore it to say a couple of hours earlier so I clicked the...

  • RE: Restore - too recent to apply to the database?

    oliver.morris (10/20/2008)


    The error I reported was from when I tried to restore yesterday which is why the numbers are not the same as the ones above. I will try to...

  • RE: Restore - too recent to apply to the database?

    That looks like it should work. All the logs are there and in sequence, and the first one covers the time of the full backup. Is that giving the error...

  • RE: Restore - too recent to apply to the database?

    You're missing one or more log backups. After restoring the full backup, you need to restore all of the log backups, in order, that were taken since the full backup.

    When's...

  • RE: sqlserver 2005 Express

    What exactly have you tried and what exactly do you mean by 'it's not working'?

  • RE: Performance Tuning ...

    Sorry, I don't understand. What's the question?

  • RE: Question on triggers

    Inserted and deleted aren't real tables. They're virtual tables that are materialised from the transaction log in SQL 2000 and from the row version store in 2005 and higher. They...

  • RE: Can a Fragmented Index turn a table in suspect mode?

    Please put the question in the post, not the header. The header gets trimmed at a certain length.

    Fragmentation is just concerned with the order of pages in an index. It...

  • RE: _WA Statistics

    The optimiser will create the column statistics if it needs to know the distribution of data in that column, and stats don't exist yet. If you create an index, that...

  • RE: Database snaphot

    The snapshot file is a sparse file. It may appear to be the same size as the source DB, but it's size on disk is typically a lot lower.

    When data...

  • RE: Online index operation cannot be performed for index

    It's just a limitation on online rebuilds. You cannot do an online rebuild of a clustered index if the table contains any LOB data (text, ntext, image, varchar(max), nvarchar(max), varbinary(max))

  • RE: Truncate log for Mirrored Database

    You cannot truncate the log of a mirrored database. You should not be truncating your log anyway. It breaks the log chain and means that you will not be able...

  • RE: Script dependent upon SQL version

    Garadin (10/19/2008)


    The code posted was purely for explanation's sake.

    Sure, but people are going to see it and possibly take it as an example of how things should...

Viewing 15 posts - 43,666 through 43,680 (of 49,571 total)