0

I have been working on a new project for a little while and already have the Database in sqlServer2008. I would like to put the DB into a database project to make installation better.

Is there a way to import an exisiting database into a DB project?

Thanks,

EDIT: This is in VisualStudio 2010 btw... oops!

2
  • What type of database do you want to import, that will be a big help. Commented Sep 23, 2010 at 16:29
  • it is a sql database? it does say that above? Commented Sep 24, 2010 at 10:19

1 Answer 1

3

You can start a new SQL Server 2008 database project.

In the Schema View window, choose the command to Import Database Objects And Settings. From there, you'll be asked to choose a database from Server Explorer, or you can browse, provide a connection string, etc.

If this is not what you're looking for, please leave a comment, and we can get it sorted out!

alt text

alt text

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.