How to transfer Logins from SQL Server 2000 to 2005

Answers were Sorted based on User's Feedback



How to transfer Logins from SQL Server 2000 to 2005..

Answer / ravi

we have to run the microsoft standard script or use stored
procedures if less logins are there try to create..........

Is This Answer Correct ?    0 Yes 0 No

How to transfer Logins from SQL Server 2000 to 2005..

Answer / sandeep

Taking backup and restore of the system database

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More SQL Server Interview Questions

What are some examples of schemas?

1 Answers  


Can truncate be rolled back?

1 Answers  


what's the information that can be stored inside a bit column? : Sql server database administration

1 Answers  


What is the syntax for encrypting a column in SQL Server?

1 Answers   MindCracker,


Explain encryption of entire databases without the need for application changes in sql server 2008?

1 Answers  


What are the different types of normalization?

1 Answers  


Can an automatic recovery be initiated by a user?

1 Answers  


What is the cartesian product of table?

1 Answers  


4 Please write a querry to find repeated numbers in the following table. Table Name: Table1 Field1 10 15 20 15 10

7 Answers  


When would you prefer to have a minimum number of indexes?

1 Answers  


Can binary strings be used in arithmetical operations?

1 Answers  


What is db stored procedure?

1 Answers  


Categories