In SQL 2005, how do I convince a stored procedure or function installed in the master db to use the local db context when executing?
Under SQL 2000 (and earlier) you can set the system bit via "EXEC sp_MS_upd_sysobj_category 1", install the proc and set it back to 0. This isn't available in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.