| Posted by javelin on 12/20/07 14:53 
In order to run SQL queries without having to fully qualify ownership,I know it's necessary to either give ownership to the DBO or log in to
 the server as the object owner. The goal I have is to allow entry of a
 SQL statement having without logging in as that user and without
 having to fully qualify ownership. I know we can USE a different
 database easily, so is it also possible to use a different user in
 Query Analyzer as the default? That would make life so much easier
 than reconnecting as a  different user.
 
 Thanks.
 
 J
 [Back to original message] |