Viewing 15 posts - 1,306 through 1,320 (of 6,105 total)
In SQL Server 2005 it's actually at the individual column entry level on a row, not even at the column or table level, much less the database level. So to...
March 27, 2008 at 3:46 pm
Are these Windows or SQL Server logins?
March 27, 2008 at 3:44 pm
This looks like a cross post that I just noted. See my reply in the other thread.
March 27, 2008 at 3:41 pm
We've run into it ourselves and try to keep them short as a result. Yeah, I agree... but what can you do?
March 27, 2008 at 3:39 pm
dan (3/26/2008)
March 27, 2008 at 3:36 pm
Richard Lu (3/26/2008)
As to the unexpected fail-over, it may indicate that there is a problem/situation in the cluster causing the is-alive check giving false...
March 27, 2008 at 3:31 pm
Marios Philippopoulos (3/27/2008)
rbarryyoung (3/26/2008)
On second thought, maybe you should just brung Brian along. 😉I don't think I can afford him... 😉
The problem isn't price. It's time. Life-work balance...
March 27, 2008 at 3:28 pm
Marios Philippopoulos (3/27/2008)
rbarryyoung (3/26/2008)
Marios Philippopoulos (3/24/2008)
So at the moment I'm stuck with a less than ideal scenario, and I want to try the Kerberos-auth option...
Good luck. Make sure that...
March 27, 2008 at 3:27 pm
Coyote Blue (3/25/2008)
March 26, 2008 at 5:52 am
Marios Philippopoulos (3/24/2008)
rbarryyoung (3/24/2008)
Marios: Glad I could help. I lost many days to this problem the first time that I tripped over it.
Thank you!
This problem rears its ugly...
March 26, 2008 at 5:01 am
He's avoiding the double-hop issue by switching the security context. Previously you were doing this:
client -> web server (as Windows user) -> SQL Server (as Windows user)
now you're doing this:
client...
March 26, 2008 at 4:50 am
rbarryyoung (3/22/2008)
Marios Philippopoulos (3/22/2008)
So in the following query, the login running the query is the same account in whose context the connection...
March 26, 2008 at 4:46 am
Jeff Moden (3/25/2008)
Heh... sure... Just ask Al Gore... he "built the internet" and he's a grandfather :P:P:P
If any lawmaker has a right to claim it, he does. I remember back...
March 25, 2008 at 6:22 pm
I'm not thinking straight, I blame my sinus infection. Yeah, that's it. I only wrote that chapter in the how to cheat book. Egads.
Use a DDL trigger. You can rollback...
March 25, 2008 at 3:42 pm
DDL Triggers. If they have ALTER, there's really no other way.
March 25, 2008 at 3:40 pm
Viewing 15 posts - 1,306 through 1,320 (of 6,105 total)