i am running a script from visual studio 2008 to a sql server 2008 connection
i am getting this message when i build:
to debug this project you must enable sql/clr debugging for the connection. note that during debugging all managed threads on the server will stop.
is this dangerous to do given that i have other databases on this server?
i am working on a particular database that is just a test database - does this msg mean all the other databases on this server might be affected as well?