How to create logins using windows Authentication mode?
Answer Posted / madan
sp_grantlogin'Domainname\loginname'
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between commit and rollback?
Does sql server use t sql?
What are the difficulties faced in cube development? : sql server analysis services, ssas
Does a server store data?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
What is the use of RDBMS?
Explain what is row_number function?
How is table type constraint applied to a table?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
How to divide query output into multiple groups with the group by clause in ms sql server?
What is a fill factor?
What are sub reports and how to create them?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
In case you have filters in your report, when filters will be applied in cached report instance?
What is a benefit of using an after insert trigger over using a before insert trigger?