Viewing 15 posts - 2,566 through 2,580 (of 4,745 total)
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...
May 16, 2010 at 4:20 pm
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!
May 15, 2010 at 4:10 am
May 14, 2010 at 5:35 pm
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...
May 14, 2010 at 4:52 pm
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....
May 14, 2010 at 4:10 pm
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...
May 14, 2010 at 3:49 pm
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...
May 14, 2010 at 12:45 pm
Is the file set to autogrow? Is it full because the drive is full?
May 14, 2010 at 12:34 pm
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...
May 14, 2010 at 12:31 pm
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...
May 14, 2010 at 12:19 pm
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...
May 14, 2010 at 9:41 am
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...
May 14, 2010 at 6:31 am
Interesting thanks. I'll back the database up (this is a sandpit environment), restore etc, see when the entry goes for me.
cheers
george
May 14, 2010 at 3:20 am
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...
May 14, 2010 at 3:14 am
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.
May 13, 2010 at 1:55 pm
Viewing 15 posts - 2,566 through 2,580 (of 4,745 total)