Microsoft
Software
Hardware
Network
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
How do I identify monitor device display settings?
How do I create a report in CRM 4.0 that details all activities by all users?
Fill an array with smooth sequence of colours
My web page has errors and doesn't work using IE8
How to add line feed and carriage return to bullets in a string
Add Small Business Server to Existing Server 2003 Domain
Not able to login as root after PAM configuration
TClientDataSet.RowsAffecte
d
DConcat not working - getting #Error in query results
explain T-SQL query to me