Forum Replies Created

Viewing 15 posts - 31 through 45 (of 164 total)

  • RE: DBCC CHECKDB error

    And after running that code, I tried taking a full backup and got the errors.

  • RE: DBCC CHECKDB error

    This is from the article I mentioned earlier:

    /* STEP 1: CREATE THE DATABASE*/

    USE master ;

    IF EXISTS ( SELECT name

    ...

  • RE: DBCC CHECKDB error

    But I still have a 10 million row database that will not back up, same error as before.

    Bottom line is that there's no pattern I can see, and I...

  • RE: DBCC CHECKDB error

    OK, tried adding yet another version, but 1 million rows. It's behaving ok, backup runs fine.

    Also created another with 20 million rows, and it will backup fine as well!

  • RE: DBCC CHECKDB error

    Ok, I deleted the db and re-created it.

    When I try to backup the database, I get the following error:

    The operating system returned error 5(Access is denied.) to SQL Server...

  • RE: DBCC CHECKDB error

    Anakin,

    Yes, I just created a smaller version of the same database, same kind of data, just 1000 rows instead of 10 million.

    No problems, I can back it up ok. So...

  • RE: DBCC CHECKDB error

    Gianluca, the files MyFunkyDB.mdf and MyFunkyDB.ldf are there on the hard drive in the proper folder, same as the other databases I've created without any issues.

    Also I'm able to run...

  • RE: DBCC CHECKDB error

    I'm unable to backup the database; I get the same "access denied" error.

    This is a database I use for testing things out. This is how I loaded the data:

    SELECT TOP...

  • RE: TOP 1000 in Oracle

    Thanks, Paul, and no problem, Vedran.

    I agree that asktom.oracle.com is quite helpful; I found that site quite useful when I was working with Oracle last month.

  • RE: Is anyone listening?

    Green, that's good advice, but if you look above, you'll see that I found out the server was down; this was the reason for the error message.

  • RE: database context in SQL Server Management Studio

    I do have master set as my default database. I just don't remember having this issue before, but then I'm not used to jumping around in a lot of different...

  • RE: database context in SQL Server Management Studio

    Jim,

    Thanks for you suggestion, but it's not working for me.

    If I click on the database Test, the dropdown up top left (available databases) becomes grayed out. But if I...

  • RE: fastest way to export from Oracle into textfiles

    PaulB-TheOneAndOnly (2/21/2011)


    Do you have in place a post mortem analysis protocol that may help to document what really happened?

    I would get in trouble if I spend any time on...

  • RE: fastest way to export from Oracle into textfiles

    Well, I was gonna start a new thread on the linked server issue, but whatever fiddling was done by the admins on the servers over the weekend has apparently fixed...

  • RE: fastest way to export from Oracle into textfiles

    Jo, I'm gonna start a new thread for the linked server issue.

Viewing 15 posts - 31 through 45 (of 164 total)