Viewing 15 posts - 1 through 15 (of 122 total)
lookuo the syntax for “CREATE USER” and create the user in the database in question, then you can look at granting permissions after.
See this is what I...
September 1, 2021 at 10:18 am
Try this link
Okay. But is there anything I missed on your solution ? I followed the same suggestion.
I checked this also
September 1, 2021 at 4:36 am
Have you given the user any type of permission to any databases ?
How do you do that ?
other than those two sql query execution , I did...
August 31, 2021 at 5:50 pm
Change the database.
It did not work....same error
August 31, 2021 at 5:48 pm
You may need to hit "Refresh" for your new login to appear.
That already showing there !
Error comes even after that.
August 31, 2021 at 3:04 am
No. Neither one of you are even close.
Yes. I can go there as per the screenshot.
I don't see anything significant there. Its just couple of tabs e.g ...
August 31, 2021 at 3:03 am
Spectra, you can use the GUI to set permissions, and use the "SCRIPT to Query window" option and SQL will put the commands in a new query...
August 30, 2021 at 4:50 pm
>What are the DEFAULT options when connecting to a server with SSMS?
I'm not sure which DEFAULT options you are talking about.
I get many lists ......are you talking...
August 30, 2021 at 4:37 pm
One is to change the options of how the user connects,
User will use Windows Authentication login in SSMS. No change here.
the other is to...
August 30, 2021 at 3:26 pm
You missed the first step
USE [master]
GO
CREATE LOGIN [TheLogin] FROM WINDOWS WITH DEFAULT_DATABASE=[YourDatabase]
GO
User is unable to login now with Windows Authentication after doing this .
login failed . error...
August 30, 2021 at 2:23 pm
October 23, 2018 at 6:01 pm
October 22, 2018 at 9:08 am
October 15, 2018 at 7:33 am
October 15, 2018 at 7:31 am
July 15, 2017 at 6:24 am
Viewing 15 posts - 1 through 15 (of 122 total)