Forum Replies Created

Viewing 7 posts - 451 through 457 (of 457 total)

  • RE: database owner

    Can't do it to dbo... dbo maps to the login name of the owner.

    If you do:

    sp_changedbowner 'aaron'

    It will make the login aaron the owner (represented as dbo) in the...

  • RE: Trigger

    I'm assuming RecID is the same between both tables... so if 'ABC Company' exists in tblCustomer there would already be an entry in tblTempCustomer for 'ABC Company'. You're probably...

  • RE: Working Around 2005 Maintenance Plans

    That's great news to hear! Thank you very much for being so responsive to the community. I knew that there would be an official solution from MS dwn...

  • RE: Working Around 2005 Maintenance Plans

    Yes, I originally was playing around with using vb or perl to clean up the backup files, however I ended up wanting to try to keep everything inside SQL. ...

  • RE: Working Around 2005 Maintenance Plans

    That is a very good point which I had neglected to mention! You read an article a thousand times thinking you've addressed everything...

    In our situation we wanted to stick...

  • RE: Database Mirroring Transport is disabled when setting up Database Mirroring

    I had trouble getting this to work as well. A couple of things that helped me get things going:

    1. Ensure that all SQL Server instances in your mirroring quorum...

  • RE: Question of the Day for 30 Nov 2005

    That answer's not 100% accurate.

    All nonaggregated columns in the SELECT clause must also be listed in the GROUP BY clause; assuming that there is at least one aggregated column in...

Viewing 7 posts - 451 through 457 (of 457 total)