Answer Posted / Tanveer Ahmad
To change the name of a database user in MS SQL Server, you can use the ALTER USER command followed by the new username and existing username.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to connect php with different port numbers?
Why should you use or avoid select * statements?
How to provide default values to function parameters?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
What is the primary use of the model database?
What is a scheduled job or what is a scheduled task?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What are wait types?
Can you index views?
Why use identity in sql server?
How raid can influence database performance?
What is subquery? Explain the properties of a subquery?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is a view in sql?
What is sql server query analyzer?