What do u mean by orphan users, how will u list them in the
DB
Answers were Sorted based on User's Feedback
Answer / raghu_iteamic
exec sp_change_users_login 'Report'
Running the following query on destination server where
database as been moved to list orphan user
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / karthik
Orphan User : NO login id or password are not associated
with user.
exec sp_change_users_login 'Report' (It helps to find the
orphan user)
Exec sp_change_user_login 'auto_fix','loginname',null(It
helps to map the user with login)
| Is This Answer Correct ? | 6 Yes | 0 No |
Tell me what are the advantages of using stored procedures?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
Why we are using the sql language?. What is the purpose of using this?
What is the difference between deallocate cursor and close cursor?
create index a on employee(dno) In this,which index was created?
What is the purpose of object explorer and its features? : sql server management studio
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
Are semicolons required at the end of sql statements in sql server 2005?
Explain the architecture of SQL Server?
What are the new scripting capabilities of ssms? : sql server management studio
In which situation you use Self joins?
1 Answers CarrizalSoft Technologies, HP, TCS,
what is extended StoreProcedure ?
Oracle (3259)
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)