
April 15th, 2005, 12:58 PM
|
 |
Contributing User
|
|
Join Date: Apr 2004
Location: Philly
|
|
Quote: | Originally Posted by blicci I'm having a strange problem.
I'm using windows authentication in query analyzer and when i execute
SELECT USER
it keeps returning the dbo user account instead of my windows domain account name.
Anyone have a clue as to why this might happen. |
I figured it out.
My user account on the development server was set up with the db_owner role. So even though I was logged in with my domain account it was returning dbo as the current user.
Thanks anyway
|