Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database visable for all users

Status
Not open for further replies.

gustaf111

Programmer
Jan 16, 2011
87
SE
Hello all,

I have created a SQL database. I notice when i logged in with another account that I can not access that database ? How can I make the database visable for all users ?

Thanks
Per
 
You have to give them access to it. Depending on which version you are using...you would use either sp_grantdbaccess or CREATE USER. Or just use the GUI to grant access.

-SQLBill

The following is part of my signature block and is only intended to be informational.
Posting advice: FAQ481-4875
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top