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 impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
Explain different types of self contained sub query?
Write a query to find 5th highest amount paid from the customer table.
Explain alternate key, candidate key and composite key in sql server?
What is a functions and types in sql server?
What are the requirements on sql server network connections?
What is a mutating table error and how can you get around it?
How to view existing indexes on an given table using sp_help?
What specific conditions database should meet, before you can bulk copy data into it using bcp?
What is buffer cash in sql server?
What is #table in sql server?
Explain the dbcc pintable command when would you use it?
What is fill factor and pad index?
How to locate and take substrings with charindex() and substring() functions?
What are views used for?