Showing posts with label withouthaving. Show all posts
Showing posts with label withouthaving. Show all posts

Monday, March 26, 2012

permissions to see design view

Is there a way to allow users to see the design view of a table without
having dbo permissions?
ThanksI'm not familiar with the design view, but you can use sp_help to view
the table structure from Query Analyzer.

Simon