Find default DB of user- from QA . | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Find default DB of user- from QA .

Hello, THe question may be simple, but I have no idea how to find the default DB of a user usina any query, I have found no column in sysusers corresponding to it. Anyone can help me out ? Thanks all.
rajiv
NewBie-23
Use: EXEC sp_helpuser ‘username’
Thanks a lot!!
]]>