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 ?
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.