How to change a login name in ms sql server?
Answer / Chitrasain
To change a login name in MS SQL Server, you can use the 'sp_renamedlogin' stored procedure. Here is an example:nn```sqlnEXEC sp_renamedlogin '<old_login_name>', '<new_login_name>';n```
| Is This Answer Correct ? | 0 Yes | 0 No |
wht is normalization?can u explain me in detail?
What is the user of Primary key?
What do I need to start working with sql studio? : sql server management studio
what are the new features introduced in sql server 2000? : Sql server database administration
What is subquery? Explain the properties of a subquery?
What are Sql Reporting Services and analysis services? Can u Explain
how to find number of columns in a table in sql server 2000 and 2005 also
Difeerence between ssis 2005 and ssis2008?
what is the difference between delete table and truncate table commands? : Sql server database administration
Explain trigger and its types?
How to concatenate two binary strings together?
What is the use of SCOPE_IDENTITY() function?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)