Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

group policies for Management Studio

Status
Not open for further replies.

fredericofonseca

IS-IT--Management
Jun 2, 2003
3,324
1
38
PT
Hi all,

Been looking the net for this and could not find it - maybe not possible, or different search criteria required.

Basically I am looking for a way to create and enforce a Windows group policy at domain level to force particular settings for SSMS, mainly the text editor options for tabs - e.g. need to be able to force all developers to use a particular number of tabs, and also to force these tabs to be expanded to spaces.

there are 4 of these settings that would need to be applied. (menu tools->options->Text editor)

and then settings in "all languages", "Plain text", "transact SQL" and "XML".

If anyone knows if (and how) to do this through Group Policies it would be great to know how

Regards

Frederico Fonseca
SysSoft Integrated Ltd

FAQ219-2884
FAQ181-2886
 
There is no GPO setting to control these.

Why are you trying to control the environment that the developers work in? People often work best when you let them be to do their thing and customize their workspace to their liking.

If I went to work somewhere where they tried to control how my SSMS windows looked I'd be looking for another job that day.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2005 BI / SQL 2008 DBA / SQL 2008 DBD / SQL 2008 BI / MWSS 3.0: Configuration / MOSS 2007: Configuration)
MCITP (SQL 2005 DBA / SQL 2008 DBA / SQL 2005 DBD / SQL 2008 DBD / SQL 2005 BI / SQL 2008 BI)
MCM (SQL 2008)
MVP

My Site
 
replacing tabs with spaces automatically means that any formatting is kept from one machine to another and from one editor to another.

Does not in any way affect how SSMS looks - but it does help enforce standards e.g. all code must have X spaces indentation

Regards

Frederico Fonseca
SysSoft Integrated Ltd

FAQ219-2884
FAQ181-2886
 
The same formatting would be shown if the kep tabs instead of spaces. Again there's no way to do this via GPO. You would have to have everyone set this manually on their workstations.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2005 BI / SQL 2008 DBA / SQL 2008 DBD / SQL 2008 BI / MWSS 3.0: Configuration / MOSS 2007: Configuration)
MCITP (SQL 2005 DBA / SQL 2008 DBA / SQL 2005 DBD / SQL 2008 DBD / SQL 2005 BI / SQL 2008 BI)
MCM (SQL 2008)
MVP

My Site
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top