Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vasqldba
Starting Member
1 Post |
Posted - 2013-08-28 : 15:59:10
|
Friends,I have a sql database that was generated by a vendor tool.I need to pick user data. I saw user list dbo that objects save application.How do I log into sql database by dbo user?I have a sa account but I am total new sql person.Please help me.Thanksnewsqldbanewdba |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-08-29 : 03:37:01
|
dbo is a role. You need to use a login which is mapped to dbowner role.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|