Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

Ken Ji Koid
Ken Ji Koid
1,114 Points

How to export sql server management studio 17 to dvd? how to burn it into cd.

I have a problem with exporting my sql server management studio (database) and burning it into cd. I have tried looking for solutions on google and youtube but unable to find any. Please help me out guys!!!!! I really need to finish exporting this project of mine.

1 Answer

Chris Jones
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Chris Jones
Java Web Development Techdegree Graduate 23,933 Points

I don't know about SQL Server specifically but I've made a backup of a PostgreSQL database before, moved the backup files to a flash drive, put the files on a new computer and restored the database on the new computer. It wasn't very hard with PostgreSQL. Hopefully it's the same idea with SQL Server.

Here's an article that could get you started on the SQL Server backup and restore process.

https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases?view=sql-server-2017