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 |
What is use of @@ spid in sql server?
Explain how dts is used to extract, transform and consolidate data?
What is dbcc? Give few examples.
How to connect of datebase with sql express.?
What is the difference between a view and a stored procedure?
create table with fields ID, reserved_by,res_date res_date is datefield like 2010-03-09 00:00:00.000 from 2005 to 2006 any date assume based on res_date need to slect table and display based on month (full jan details in database irrespective of date and year
sql database suspect We have a sql database that is showing as suspect. How can we recover?
how many type of indexing in database?
What is 5nf in normalization form?
explain different levels of normalization? : Sql server database administration
I hav 10 records only one column 1,2,3,4,5......10 now am writing query select max(column name) Then What is The Output
What is the difference between a "where" clause and a "having" clause?
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)