Is it possible to control access of a user to the visual table designers of SQL Server e.g. the table designer or the view designer. What i want to achieve is that the changes to the SQL Server objects should be done only via scripts (which are pre tested on the test server) and not via designers.
Sanjay Shah