📚 Practice Mode
SQL Server Quiz
Learn at your own pace with hints and detailed explanations
1 / 20
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