SQL Server Quiz
Casual Mode - Take your time!
1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice
Your SQL Server is running SQL 6.5 and you want to transfer the data from the SQL 6.5 server to a new SQL 7 Server. How can you do this?
- Using DTS Import
- Using bcp -out and use bcp -in to insert the data into the new SQL 7 Server
- Use the DTS Export
- Using bcp -copy, copy the data from the SQL 6.5 Server to the SQL 7 Server
- Both A and B