April 18, 2006 at 10:06 am
Hi,
I hope someone can help. I can't find anything when I search google. Here's the problem. I have a development server sql 2005 standard edition. I have given developers ddladmin on a particular db. They are not able to modify tables through the gui but they can when they right alter table scripts. Anyone experiencing this problem. Any solutions???
Thanks,
Alina
April 19, 2006 at 6:01 am
It might be that they are connecting via enterprise manager with their Windows credentials, but connecting via Query Analyzer with a SQL login;
in that situation the SQL login might have the ddladmin rights, but the NT login does not.
In Enterprise Manager,have your developer right click on the server and select "Edit SQL Server Registration properties", and review which option button is checked..."Windows authentication" or "Use SQL Server authentication"
The GUI saves that inormation for connection purposes, i bet that is where the security issue lies.
Lowell
April 19, 2006 at 8:45 am
This happens in 2005 and they are loggin in with the same credentials. I tried creating a sql account and connecting to management studio with it and then opening a query window with the same account. I am able to alter the table in a query window but not through the management studio window.
October 4, 2006 at 7:28 am
I am having the same problem. This must be a bug with the GUI. Users with ddladmin can modify DDL with alter table scripts but not through Management Studio. Very strange!!
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply