Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: Can't access data from database restored from backup if not sysadmin

    Until 2012, all of the previous versions of MS SQL kept the user info in the master DB. If you restore a DB to another server, those User IDs will...

  • RE: Error 8992 after DB upgraded to 2005

    OK... final update!!!

    I dropped and recreated the three SPs only. I then re-ran the maintenance to see if those three errors were gone. When the maintenance ran, it had a...

  • RE: Error 8992 after DB upgraded to 2005

    GilaMonster (5/15/2009)


    Are those procs? If so, script them, drop them and then recreate them.

    Three of them are and I am doing that right now.

    The one is a table...

  • RE: Error 8992 after DB upgraded to 2005

    Paul Randal (5/15/2009)


    As background, someone manually changed the system tables on the database before you upgraded.

    Ugh... that is not good....

  • RE: Error 8992 after DB upgraded to 2005

    Thank you for the fast help!

    I ran the query in the database that has the problem and got this result back;

    SELECT Object_Name(16823222)

    go

    U_updateBOUserPhoneNumber

    SELECT Object_Name(16055143)

    go

    U_Phone_Number

    SELECT Object_Name(32823279)

    go

    U_updateSitePhoneNumber

    SELECT Object_Name(48823336)

    go

    U_updateUserPhoneNumber

  • RE: Saving the Object Explorer

    Greg Charles (4/15/2009)


    I'm not aware of a way to automatically connect to servers when SSMS is opened. You can save servers in the Registered Servers window, but you still...

  • RE: Stack Dump in Error Log

    Hey Paul,

    Sorry for the late reply, but the hot fix worked. After I installed it and re-ran the maintenance, I found two databases that had corruption. One seemed to have...

  • RE: Stack Dump in Error Log

    Thanks Paul,

    As I was downloading the patch, I see that SP3 is out there. What do you think of that? Has there been any issues with that patch? Would...

  • RE: Stack Dump in Error Log

    Paul Randal (4/13/2009)


    Ah - ok you've definitely still got a corrupt database then. Do you have any output from the maintenance job(s)? One of them should be failing every night...

    Hey...

  • RE: Stack Dump in Error Log

    Paul Randal (4/13/2009)


    Should be somewhere in there - can you post the error log? (Or just email it to me - paul@sqlskills.com).

    It's entirely possible (and likely) that the error...

  • RE: Stack Dump in Error Log

    Paul Randal (4/13/2009)


    This error and state indicates that you've got missing information in one of the system tables in a database (i.e. metadata corruption). In the SQL Server error log...

Viewing 11 posts - 1 through 11 (of 11 total)