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.

 All Forums
 SQL Server 2012 Forums
 SQL Server Administration (2012)
 how get user data export

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.

Thanks
newsqldba

newdba

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 MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -