Viewing 15 posts - 17,686 through 17,700 (of 39,903 total)
I would create new roles, and double check what rights are granted them. Using db_reader/writer is a way to unintentionally allow access to tables.
Make sure that the instances are secured,...
November 3, 2010 at 7:42 am
There's likely some caching going on. I'll have to get someone to flip through the .net code to get me the query.
November 2, 2010 at 9:15 am
Wayne has already tackled this. Thanks anyway.
November 2, 2010 at 9:11 am
Congrats to the Giants. I saw the 3 run shot in a restaurant last night and I knew then that the Rangers were done.
November 2, 2010 at 6:55 am
SSMS does a good job of administration. I'm not sure of a better one. In terms of performance, you have a few choices:
Red Gate is releasing SQL Monitor next week,...
November 1, 2010 at 2:17 pm
Doh, my mistake here, and apologies Mike. I misread the first code you posted, thinking you were changin permissions for the sproc at compile time.
The AS DBO at the end...
November 1, 2010 at 2:09 pm
No need to add it if you'll write it. I'm more looking for a place to keep track of holes that I find in the article base.
November 1, 2010 at 1:51 pm
They do likely work because of ownership chaining, but that is not the same as including "AS DBO" in the proc. It might be OK for you today, but if...
November 1, 2010 at 1:47 pm
We've talked about it, though it would require us to change some of the sending procedure to customize each newsletter. Otherwise when someone went to post a reply, answer the...
November 1, 2010 at 1:40 pm
There is a difference.
If you use "as dbo" in the proc definition, then when the user executes it, it runs as if they were logged in as dbo, or an...
November 1, 2010 at 1:25 pm
Default is "as the caller"
The permissions are set according to who executes it. The exception being that you might have ownership chaining enabled, so if the sproc owner owns a...
November 1, 2010 at 11:49 am
Back to SF. I have some confidence that those Texas boys will hit tonight.
November 1, 2010 at 11:47 am
Viewing 15 posts - 17,686 through 17,700 (of 39,903 total)