Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Square brackets selection on double Click

Author  Topic 

drako17
Starting Member

9 Posts

Posted - 2009-01-27 : 06:56:36
Hi

Is there a way to tell to the SSMS to NOT include square brackets when i double click on some word with the brackets?

For example:

if you double click on [tablename] in SSMS
the "[ and ]" will be selected.

Thanks

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-01-27 : 07:30:45
Huh !Can you elaborate?
Go to Top of Page

drako17
Starting Member

9 Posts

Posted - 2009-01-27 : 07:39:35
Ok,

Open SQL Server 2005 "Management Studio"
connect to some DB,
click on 'New Query' button.

Type in [example]

then double click on it (on [example])
and you will see that the square brackets are selected.
i want the SMSS not to select these brackets

Thanks
Go to Top of Page
   

- Advertisement -