Forum Replies Created

Viewing 15 posts - 2,566 through 2,580 (of 4,745 total)

  • RE: Restore (database onwer)

    george sibbald (5/14/2010)


    I think it is a a small risk myself but worth noting. Do with it what you will.:cool:

    A quote from one of my earlier posts. So I agree...

    ---------------------------------------------------------------------

  • RE: Restore (database onwer)

    oh yes I was aware of that, but just because you should not do something does not mean someone won't do it. 🙂

    your faith in humanity is refreshing!

    ---------------------------------------------------------------------

  • RE: Restore (database onwer)

    ?

    http://msdn.microsoft.com/en-us/library/ms188694(SQL.90).aspx

    ---------------------------------------------------------------------

  • RE: Restore (database onwer)

    What I take from this is if all your databases have the same owner,and a requirement for database chaining comes up, enable it at the database level, not the server...

    ---------------------------------------------------------------------

  • RE: Restore (database onwer)

    This isn't the thread I was thinking of but Brian raises the same point:

    http://www.sqlservercentral.com/Forums/Topic418501-149-1.aspx

    so, should cross database chaining be enabled, people could access objects in other databases without permission checks....

    ---------------------------------------------------------------------

  • RE: Restore (database onwer)

    thanks Jeff, now I have to try and find the thread and I can't even remember what the original subject matter was! :ermm:

    It was something around it being easier to...

    ---------------------------------------------------------------------

  • RE: Restore (database onwer)

    Some third party apps require a particular ID be the dbo, so watch out for that.

    Having the db owned by an ID that restored it is not in itself a...

    ---------------------------------------------------------------------

  • RE: Add space to default PRIMARY filegroup

    Is the file set to autogrow? Is it full because the drive is full?

    ---------------------------------------------------------------------

  • RE: MAXDOP

    Do you have a reason to suspect parallelism is causing the high CPU? Expect to see a lot of waittype CXPACKET if parallelism is a problem

    You would probably be better...

    ---------------------------------------------------------------------

  • RE: Increasing SQL Server memory

    BharatBhushan (5/14/2010)


    I just want to configure SQL max memory to 20 GB. will it require SQL restart? and is there any way we can do it without sql restart.

    As I...

    ---------------------------------------------------------------------

  • RE: databse file removed, still in metadata

    Edogg,

    I can confirm the entry is removed following a log backup (Full backup does NOT remove it). So the theory it is required should the db be recovered sounds correct.

    I...

    ---------------------------------------------------------------------

  • RE: Moving databases

    PaulB-TheOneAndOnly (5/14/2010)


    george sibbald (5/14/2010)


    ... and hope there are no flight cancelations

    :w00t: I'm appalled you don't trust the air travel industry 😀

    ours comes to a halt with a little bit...

    ---------------------------------------------------------------------

  • RE: databse file removed, still in metadata

    Interesting thanks. I'll back the database up (this is a sandpit environment), restore etc, see when the entry goes for me.

    cheers

    george

    ---------------------------------------------------------------------

  • RE: Moving databases

    On the basis the outage needs to be minimised logshipping wins hands down.

    No need to spend money on a third party tool, no need to spend money on plane tickets...

    ---------------------------------------------------------------------

  • RE: Increasing SQL Server memory

    SQL 2005 and up memory settings are dynamic and do not need a recycle. Look up sp_configure in BOL to prove it to yourself.

    ---------------------------------------------------------------------

Viewing 15 posts - 2,566 through 2,580 (of 4,745 total)