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
 General SQL Server Forums
 New to SQL Server Programming
 Find and Replace......EVERYTHING?!

Author  Topic 

dnf999
Constraint Violating Yak Guru

253 Posts

Posted - 2007-01-04 : 11:22:59
Hi I run a find and replace in my script to replace some key words.

Little did I know that in SQL Server 2005 that it actually finds and replaces ALL query windows open for that database.

Any ideas on how I can turn this setting off? so that it only finds/replaces within the query window that I am using.

Thanks in Advance!

dnf999
Constraint Violating Yak Guru

253 Posts

Posted - 2007-01-04 : 11:29:25
Found it.

Look in: "Current Document" wasn't selected.....
Go to Top of Page
   

- Advertisement -