Viewing 15 posts - 706 through 720 (of 6,105 total)
Then you want to use the EXECUTE AS clause in the CREATE PROC definition to impersonate, say, dbo. That will give the rights necessary. When they execute the stored procedure,...
January 27, 2009 at 4:11 pm
With SQL Server 7, every database user is a member of the public role. If the public role has permissions against the tables, everyone that's a user of the database...
January 27, 2009 at 2:47 pm
Is this user StatePA\PZarah the developer account or the SQL Server Agent service account?
January 27, 2009 at 2:40 pm
Did it not run because of a permissions issue or did it not run because it collided with the data load job? What was the exact error? Also, can you...
January 27, 2009 at 1:32 pm
Rayven (1/27/2009)
Don't ask me...
January 27, 2009 at 9:26 am
Not sure. If the SQL Server was set up to once upon a time run as System or Network Service (not positive about this one) it might have registered the...
January 27, 2009 at 8:42 am
Rayven (1/27/2009)
January 27, 2009 at 8:35 am
Unless you have a lot of sites with multiple site links, it shouldn't normally take that long for security changes to replicate. What may be, though, is that the change...
January 27, 2009 at 8:02 am
Three things to check that come immediately to mind:
1) Is his Windows login disabled?
2) Is his Windows login denied access to connect?
3) Are any of the Windows groups he is...
January 27, 2009 at 7:45 am
Is that one user a member of a lot of Windows groups (including nesting)? Is the user having login issues for any other resources (such as file shares, Exchange, etc.)?
January 27, 2009 at 7:36 am
Steve Hindle (1/27/2009)
C:\Program Files\Resource Kit>SETSPN -L PAPOTH17
Registered ServicePrincipalNames for CN=PAPOTH17,OU=Application Servers,OU=Serve
rs,DC=intra,DC=blackburn,DC=gov,DC=uk:
MSSQLSvc/papoth17.intra.blackburn.gov.uk:1433
HOST/PAPOTH17
...
January 27, 2009 at 7:30 am
If you mean how to change SQL Server from Windows authentication only to Mixed Mode (where it does both SQL Server and Windows authentication), see Books Online:
January 27, 2009 at 7:21 am
What is the error or result that you get? Is the Symmetric Key already open before executing this INSERT statement?
January 27, 2009 at 7:19 am
Jeff Moden (1/24/2009)
Michael Earl (1/24/2009)
January 24, 2009 at 2:25 pm
Viewing 15 posts - 706 through 720 (of 6,105 total)