Question : Transfer DB from SQL 2000 on one server to SQL 2008 on another server


Hello Experts
I am moving my db from one server running SQL 2000 to another server running SQL 2008.
I am planning to do the Backup and restore method which I found in previous EE posts. Would
I need to transfer the logins seperately or this restore on new server will transfer everything
including logins? If I needed to do this manually how can I do that.

Thanks for your time and suggestions.

Answer : Transfer DB from SQL 2000 on one server to SQL 2008 on another server

select segment_name,segment_type from dba_segments where tablespace_name='SOMENAME';
Random Solutions  
 
programming4us programming4us