Comments
4 comments
-
further information, this ahppens when the data generator is at the "REading Permissions" part. before this everything else works ok like reading SP, Columns, Indexes, etc
-
Many thanks for your post and apologies for inconvenience caused.
For SQL Server 7 or SQL Server 2000, SQL Prompt requires administrative or dbo or Sys Admin permissions.
For SQL Server 2005 you can use the same permissions as for SQL Server 7/2000 or alternatively you can use the GRANT VIEW DEFINITION TO [{username}] which provides SQL Prompt with permission to retrieve the metadata without giving dbo access.
For SQL Server 2008, it may be necessary to grant VIEW SERVER STATE to access information about encryption keys otherwise a 'User does not have permission to perform this action' message may prevent the display of candidates.
Kindly let me know after granting the respective rights your issue is resolved or not. -
Thanks Anu your suggestion for SQL 2008 worked
-
Many thanks for the confirmation.
We are pleased that your issue is resolved.
Add comment
Please sign in to leave a comment.
the DB is on a server where the user has access to few of the 30+ db. the user is flagged as Owner/ Public to this DB