Viewing 15 posts - 751 through 765 (of 6,105 total)
Tracey, have your AD administrator PM me and I can discuss it with him/her off-line. Sounds like there's just a simple misunderstanding or misconfiguration going on.
January 19, 2009 at 9:09 am
Outstanding. I didn't know Dreamweaver had that capability.
January 17, 2009 at 3:26 pm
To be honest, I'm not a big fan of MBSA. I use it to check patch levels and do password checks, but when it comes to SQL Server, I don't...
January 17, 2009 at 11:38 am
You could if you can specify a WHERE clause. Unfortunately, I'm not familiar with Dreamweaver, so I don't know if that's possible. What's going on with sys.objects is in SQL...
January 17, 2009 at 5:44 am
Do you mean the user is a member of the db_datawriter role? Being a member of db_datareader and db_ddladmin in this instance is irrelevant. Neither give access to INSERT into...
January 16, 2009 at 8:55 pm
The SPN does not need to be recreated when SQL Server is stopped and restarted. The only reason this would be necessary is the SQL Server is using dynamic ports...
January 16, 2009 at 5:37 pm
GUI: Adding a SQL Login to SQL Server
It's how to add, but it shows the basic mechanism. You would just right-click on the login and choose Properties to get to...
January 16, 2009 at 5:35 pm
I'd go with the SQL Server 2000 BOL, then. I'm looking at the 2005 BOL which lists db_owner.
January 13, 2009 at 11:24 am
hawkeyeboy (1/13/2009)
I need to grant a user permissions to detach/attach and export data.I also need to grant a user export only permissions.
Best advice?
Attach = I think as a member of...
January 13, 2009 at 10:21 am
Have you done troubleshooting with KerbTray running on the client computer?
January 13, 2009 at 10:06 am
dpkngm (1/13/2009)
January 13, 2009 at 8:41 am
And use Kerbtray in your troubleshooting. That will show you if the tickets are being created correctly.
January 13, 2009 at 8:36 am
The best way to do this is not to store the password/passphrase at all. Rather, store a hash of the password/passphrase. You can get that by using a cryptographic hash...
January 9, 2009 at 8:30 pm
But there's a significant difference between configuring for Kerberos authentication and Kerberos delegation. Kerberos delegation requires configuration beyond the SPNs.
January 9, 2009 at 5:50 pm
Are both SQL Servers set up for Kerberos authentication (including SPNs in Active Directory) and the first SQL Server set up further for Kerberos delegation to the second?
January 9, 2009 at 2:52 pm
Viewing 15 posts - 751 through 765 (of 6,105 total)