Quantcast
Channel: Answers for "create database user in sqlserver 2008"
Browsing latest articles
Browse All 4 View Live

Answer by ThomasRushton

The basic structure of creating a user: 1. `CREATE LOGIN ...` 2. `USE DATABASE ...` 3. `CREATE USER ...` 4. `ALTER USER ... WITH DEFAULT_SCHEMA...` 5. `sp_addrolemember...` Have you got statement 2 in...

View Article



Answer by SirSQL

I'm guessing that you mean the user is not able to view a list of the tables in the SSMS GUI tree. You might need to grant view definition ([http://msdn.microsoft.com/en-us/library/ms175808.aspx][1])....

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images