Click here to Skip to main content
15,909,437 members
Home / Discussions / Database
   

Database

 
AnswerRe: View ??????? Pin
John_Adams19-Aug-08 3:25
John_Adams19-Aug-08 3:25 
AnswerRe: View ??????? Pin
Jerry Hammond19-Aug-08 5:29
Jerry Hammond19-Aug-08 5:29 
AnswerRe: View ??????? Pin
Wendelius19-Aug-08 7:50
mentorWendelius19-Aug-08 7:50 
QuestionHow to restore backup file from sqlserver2005 to sqlserver2000? Pin
Ashish Kumar Vyas18-Aug-08 19:50
Ashish Kumar Vyas18-Aug-08 19:50 
AnswerRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Colin Angus Mackay18-Aug-08 21:27
Colin Angus Mackay18-Aug-08 21:27 
AnswerRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Tripathi Swati18-Aug-08 21:40
Tripathi Swati18-Aug-08 21:40 
GeneralRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Ashish Kumar Vyas18-Aug-08 23:22
Ashish Kumar Vyas18-Aug-08 23:22 
GeneralRe: How to restore backup file from sqlserver2005 to sqlserver2000? [modified] [follow d below steps] Pin
Tripathi Swati18-Aug-08 23:30
Tripathi Swati18-Aug-08 23:30 
here is no "Restore" functionality, but there is a workaround to copy 2005 databases to 2000:

Right-click on DB -> tasks -> generate scripts
select DB and click "script all objects...", hit next
select any options you want, specifically changing "script for server version" to SQL Server 2000
next through and run the script

Now just export data from the 2005 database to the newly-created 2000 database.
Right-click on DB -> tasks -> export...
set source and hit next
set destination and hit next
select "copy data from one or more tables", hit next
select all, check "optimize for many tables" and "run in a transaction"
you may have to edit each table mapping and check "enable identity insert"
next through to finish

plz check it out
i hope dis will work 4 u

Reasons are not Important but Results are Important

modified on Tuesday, August 19, 2008 7:12 AM

GeneralRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Blue_Boy19-Aug-08 0:58
Blue_Boy19-Aug-08 0:58 
General[Message Deleted] Pin
Tripathi Swati19-Aug-08 1:12
Tripathi Swati19-Aug-08 1:12 
GeneralRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Blue_Boy19-Aug-08 1:18
Blue_Boy19-Aug-08 1:18 
GeneralRe: How to restore backup file from sqlserver2005 to sqlserver2000? [modified] [follow d below steps] Pin
Ashish Kumar Vyas19-Aug-08 2:11
Ashish Kumar Vyas19-Aug-08 2:11 
GeneralRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Tripathi Swati19-Aug-08 3:14
Tripathi Swati19-Aug-08 3:14 
GeneralRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Wendelius19-Aug-08 5:02
mentorWendelius19-Aug-08 5:02 
Questionlower and UPPER String Pin
nelsonpaixao18-Aug-08 12:22
nelsonpaixao18-Aug-08 12:22 
AnswerRe: lower and UPPER String Pin
Blue_Boy18-Aug-08 12:53
Blue_Boy18-Aug-08 12:53 
QuestionPossibly a dumb question Pin
Jerry Hammond18-Aug-08 11:54
Jerry Hammond18-Aug-08 11:54 
AnswerRe: Possibly a dumb question Pin
Wendelius19-Aug-08 5:25
mentorWendelius19-Aug-08 5:25 
GeneralRe: Possibly a dumb question Pin
Jerry Hammond19-Aug-08 18:45
Jerry Hammond19-Aug-08 18:45 
Questionhelp setting up matrix cross-refrence query [modified] Pin
empulse18-Aug-08 4:49
empulse18-Aug-08 4:49 
AnswerRe: help setting up matrix cross-refrence query Pin
DerekFL18-Aug-08 10:37
DerekFL18-Aug-08 10:37 
GeneralRe: help setting up matrix cross-refrence query Pin
empulse18-Aug-08 10:56
empulse18-Aug-08 10:56 
AnswerRe: help setting up matrix cross-refrence query Pin
Tripathi Swati18-Aug-08 22:23
Tripathi Swati18-Aug-08 22:23 
AnswerRe: help setting up matrix cross-refrence query Pin
Wendelius19-Aug-08 5:19
mentorWendelius19-Aug-08 5:19 
AnswerRe: help setting up matrix cross-refrence query Pin
Mycroft Holmes19-Aug-08 22:35
professionalMycroft Holmes19-Aug-08 22:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.